#5DD6ED

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

Shades of Turquoise Blue #5DD6ED

Tints of Turquoise Blue #5DD6ED

Color information

#5DD6ED (or 0x5DD6ED) is unknown color: approx Turquoise Blue. HEX triplet: 5D, D6 and ED. RGB value is (93,214,237). Sum of RGB (Red+Green+Blue) = 93+214+237=544 (72% of max value = 765). Red value is 93 (36.72% from 255 or 17.10% from 544); Green value is 214 (83.98% from 255 or 39.34% from 544); Blue value is 237 (92.97% from 255 or 43.57% from 544); Max value from RGB is 237 - color contains mainly: blue. Hex color #5DD6ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DD6ED is #A22912. Grayscale: #B4B4B4. Windows color (decimal): -10627347 or 15586909. OLE color: 15586909.

HSL color Cylindrical-coordinate representation of color #5DD6ED: hue angle of 189.58º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DD6ED is Cyan = 0.61, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB93214237-
CMYK0.610.1000.07
HSL189.58º80%64.71%-
HSV(B)189.58º60.76%92.94%-
XYZ43.8556.5388.72-
YUV180.44159.9165.63-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.10%
GREEN value IS 214 (83.98% from 255) = 39.34%
BLUE value IS 237 (92.97% from 255) = 43.57%
R=17.10%
G=39.34%
B=43.57%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal932142370.610.1000.07189.588064.71
Hex5DD6ED3DA07be5041
Octal135326355751207276120101
Binary10111011101011011101101111101101001111011111010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DD6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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