#5ACBDE

Color #5ACBDE Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #5ACBDE

Tints of Turquoise Blue #5ACBDE

Color information

#5ACBDE (or 0x5ACBDE) is unknown color: approx Turquoise Blue. HEX triplet: 5A, CB and DE. RGB value is (90,203,222). Sum of RGB (Red+Green+Blue) = 90+203+222=515 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.48% from 515); Green value is 203 (79.69% from 255 or 39.42% from 515); Blue value is 222 (87.11% from 255 or 43.11% from 515); Max value from RGB is 222 - color contains mainly: blue. Hex color #5ACBDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACBDE is #A53421. Grayscale: #ABABAB. Windows color (decimal): -10826786 or 14601050. OLE color: 14601050.

HSL color Cylindrical-coordinate representation of color #5ACBDE: hue angle of 188.64º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ACBDE is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB90203222-
CMYK0.590.0900.13
HSL188.64º66.67%61.18%-
HSV(B)188.64º59.46%87.06%-
XYZ38.7650.1676.75-
YUV171.38156.5669.96-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 17.48%
GREEN value IS 203 (79.69% from 255) = 39.42%
BLUE value IS 222 (87.11% from 255) = 43.11%
R=17.48%
G=39.42%
B=43.11%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal902032220.590.0900.13188.6466.6761.18
Hex5ACBDE3B90Dbd433d
Octal132313336731101527510375
Binary10110101100101111011110111011100101101101111011000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ACBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5ACBDE;
 }
 .AnyTagClassName
 {
   color: #5ACBDE;
 }
</style>
background-color css

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

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

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

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

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

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