#5DD7E8

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

Shades of Turquoise Blue #5DD7E8

Tints of Turquoise Blue #5DD7E8

Color information

#5DD7E8 (or 0x5DD7E8) is unknown color: approx Turquoise Blue. HEX triplet: 5D, D7 and E8. RGB value is (93,215,232). Sum of RGB (Red+Green+Blue) = 93+215+232=540 (71% of max value = 765). Red value is 93 (36.72% from 255 or 17.22% from 540); Green value is 215 (84.38% from 255 or 39.81% from 540); Blue value is 232 (91.02% from 255 or 42.96% from 540); Max value from RGB is 232 - color contains mainly: blue. Hex color #5DD7E8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DD7E8 is #A22817. Grayscale: #B4B4B4. Windows color (decimal): -10627096 or 15259485. OLE color: 15259485.

HSL color Cylindrical-coordinate representation of color #5DD7E8: hue angle of 187.34º 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 #5DD7E8 is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB93215232-
CMYK0.600.0700.09
HSL187.34º75.14%63.73%-
HSV(B)187.34º59.91%90.98%-
XYZ43.3856.7585.01-
YUV180.46157.0865.62-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.22%
GREEN value IS 215 (84.38% from 255) = 39.81%
BLUE value IS 232 (91.02% from 255) = 42.96%
R=17.22%
G=39.81%
B=42.96%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal932152320.600.0700.09187.3475.1463.73
Hex5DD7E83C709bb4b40
Octal135327350747011273113100
Binary10111011101011111101000111100111010011011101110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DD7E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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