#5DD6E8

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

Shades of Turquoise Blue #5DD6E8

Tints of Turquoise Blue #5DD6E8

Color information

#5DD6E8 (or 0x5DD6E8) is unknown color: approx Turquoise Blue. HEX triplet: 5D, D6 and E8. RGB value is (93,214,232). Sum of RGB (Red+Green+Blue) = 93+214+232=539 (71% of max value = 765). Red value is 93 (36.72% from 255 or 17.25% from 539); Green value is 214 (83.98% from 255 or 39.70% from 539); Blue value is 232 (91.02% from 255 or 43.04% from 539); Max value from RGB is 232 - color contains mainly: blue. Hex color #5DD6E8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DD6E8 is #A22917. Grayscale: #B3B3B3. Windows color (decimal): -10627352 or 15259229. OLE color: 15259229.

HSL color Cylindrical-coordinate representation of color #5DD6E8: hue angle of 187.77º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DD6E8 is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB93214232-
CMYK0.600.0800.09
HSL187.77º75.14%63.73%-
HSV(B)187.77º59.91%90.98%-
XYZ43.1356.2584.93-
YUV179.87157.4166.04-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.25%
GREEN value IS 214 (83.98% from 255) = 39.70%
BLUE value IS 232 (91.02% from 255) = 43.04%
R=17.25%
G=39.70%
B=43.04%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal932142320.600.0800.09187.7775.1463.73
Hex5DD6E83C809bc4b40
Octal1353263507410011274113100
Binary101110111010110111010001111001000010011011110010010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DD6E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,214,232); }

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

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

 a { background-color: rgb(93,214,232); }

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

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

 span { border-color: rgb(93,214,232); }

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