Html Css Color HEX #5ACECB Medium Turquoise

📋 copy color: '#5ACECB'

red 90 ◦ green 206 ◦ blue 203

#5ACECB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Turquoise #5ACECB

Tints of Medium Turquoise #5ACECB

RGB

 RED value IS 90 (35.55% from 255) = 18.04%

 GREEN value IS 206 (80.86% from 255) = 41.28%

 BLUE value IS 203 (79.69% from 255) = 40.68%

R = 18.04%
G = 41.28%
B = 40.68%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#5ACECB (or 0x5ACECB) is known color: Medium Turquoise. HEX triplet: 5A, CE and CB. RGB value is (90,206,203). Sum of RGB (Red+Green+Blue) = 90+206+203=499 (66% of max value = 765). Red value is 90 (35.55% from 255 or 18.04% from 499); Green value is 206 (80.86% from 255 or 41.28% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 206 - color contains mainly: green. Hex color #5ACECB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACECB is #A53134. Grayscale: #AAAAAA. Windows color (decimal): -10826037 or 13356634. OLE color: 13356634.

HSL color Cylindrical-coordinate representation of color #5ACECB: hue angle of 178.45º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ACECB is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 90 206 203 -
CMYK 0.56 0 0.01 0.19
HSL 178.45º 0.54% 0.58% -
HSV(B) 178.45º 0.56% 0.81% -
XYZ 37.07 50.63 64.32 -
YUV 170.97 146.07 70.24 -
System Red Green Blue C M Y K H S L
Decimal 90 206 203 0.56 0 0.01 0.19 178.45 0.54 0.58
Hex 5A CE CB 38 0 1 13 B2 36 3A
Octal 132 316 313 70 0 1 23 262 66 72
Binary 1011010 11001110 11001011 111000 0 1 10011 10110010 110110 111010

Color Harmonies of #5ACECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACECB

Black with #5ACECB

Text Example


Text Example

White with #5ACECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5ACECB; }

 p { color: rgb(90,206,203); }

 H1.HeaderClassName
 {
   color: #5ACECB;
 }
 .AnyTagClassName
 {
   color: #5ACECB;
 }
</style>

background-color css

<style>
 a { background-color: #5ACECB; }

 a { background-color: rgb(90,206,203); }

 div.DivClassName
 {
   background-color: #5ACECB;
 }
 .BgClassName
 {
   background-color: #5ACECB;
 }
</style>

border-color css

<style>
 span { border-color: #5ACECB; }

 span { border-color: rgb(90,206,203); }

 td.TdClassName
 {
   border-color: #5ACECB;
 }
 .TagClassName
 {
   border-color: #5ACECB;
 }
</style>