#5DCAD8

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

Shades of Turquoise Blue #5DCAD8

Tints of Turquoise Blue #5DCAD8

Color information

#5DCAD8 (or 0x5DCAD8) is unknown color: approx Turquoise Blue. HEX triplet: 5D, CA and D8. RGB value is (93,202,216). Sum of RGB (Red+Green+Blue) = 93+202+216=511 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.20% from 511); Green value is 202 (79.30% from 255 or 39.53% from 511); Blue value is 216 (84.77% from 255 or 42.27% from 511); Max value from RGB is 216 - color contains mainly: blue. Hex color #5DCAD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCAD8 is #A23527. Grayscale: #AAAAAA. Windows color (decimal): -10630440 or 14207581. OLE color: 14207581.

HSL color Cylindrical-coordinate representation of color #5DCAD8: hue angle of 186.83º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DCAD8 is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB93202216-
CMYK0.570.0600.15
HSL186.83º61.19%60.59%-
HSV(B)186.83º56.94%84.71%-
XYZ38.0349.5372.52-
YUV171153.3972.36-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.20%
GREEN value IS 202 (79.30% from 255) = 39.53%
BLUE value IS 216 (84.77% from 255) = 42.27%
R=18.20%
G=39.53%
B=42.27%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal932022160.570.0600.15186.8361.1960.59
Hex5DCAD83960Fbb3d3d
Octal1353123307160172737575
Binary101110111001010110110001110011100111110111011111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DCAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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