#5DCAE1

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

Shades of Turquoise Blue #5DCAE1

Tints of Turquoise Blue #5DCAE1

Color information

#5DCAE1 (or 0x5DCAE1) is unknown color: approx Turquoise Blue. HEX triplet: 5D, CA and E1. RGB value is (93,202,225). Sum of RGB (Red+Green+Blue) = 93+202+225=520 (68% of max value = 765). Red value is 93 (36.72% from 255 or 17.88% from 520); Green value is 202 (79.30% from 255 or 38.85% from 520); Blue value is 225 (88.28% from 255 or 43.27% from 520); Max value from RGB is 225 - color contains mainly: blue. Hex color #5DCAE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCAE1 is #A2351E. Grayscale: #ABABAB. Windows color (decimal): -10630431 or 14797405. OLE color: 14797405.

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

Color convert

RGB93202225-
CMYK0.590.1000.12
HSL190.45º68.75%62.35%-
HSV(B)190.45º58.67%88.24%-
XYZ39.235078.82-
YUV172.03157.8971.63-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.88%
GREEN value IS 202 (79.30% from 255) = 38.85%
BLUE value IS 225 (88.28% from 255) = 43.27%
R=17.88%
G=38.85%
B=43.27%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal932022250.590.1000.12190.4568.7562.35
Hex5DCAE13BA0Cbe453e
Octal135312341731201427610576
Binary10111011100101011100001111011101001100101111101000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DCAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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