#5DCAE0

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

Shades of Turquoise Blue #5DCAE0

Tints of Turquoise Blue #5DCAE0

Color information

#5DCAE0 (or 0x5DCAE0) is unknown color: approx Turquoise Blue. HEX triplet: 5D, CA and E0. RGB value is (93,202,224). Sum of RGB (Red+Green+Blue) = 93+202+224=519 (68% of max value = 765). Red value is 93 (36.72% from 255 or 17.92% from 519); Green value is 202 (79.30% from 255 or 38.92% from 519); Blue value is 224 (87.89% from 255 or 43.16% from 519); Max value from RGB is 224 - color contains mainly: blue. Hex color #5DCAE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCAE0 is #A2351F. Grayscale: #ABABAB. Windows color (decimal): -10630432 or 14731869. OLE color: 14731869.

HSL color Cylindrical-coordinate representation of color #5DCAE0: hue angle of 190.08º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DCAE0 is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB93202224-
CMYK0.580.1000.12
HSL190.08º67.88%62.16%-
HSV(B)190.08º58.48%87.84%-
XYZ39.0949.9578.1-
YUV171.92157.3971.71-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.92%
GREEN value IS 202 (79.30% from 255) = 38.92%
BLUE value IS 224 (87.89% from 255) = 43.16%
R=17.92%
G=38.92%
B=43.16%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal932022240.580.1000.12190.0867.8862.16
Hex5DCAE03AA0Cbe443e
Octal135312340721201427610476
Binary10111011100101011100000111010101001100101111101000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DCAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,202,224); }

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

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

 a { background-color: rgb(93,202,224); }

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

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

 span { border-color: rgb(93,202,224); }

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