#5DD5ED

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

Shades of Turquoise Blue #5DD5ED

Tints of Turquoise Blue #5DD5ED

Color information

#5DD5ED (or 0x5DD5ED) is unknown color: approx Turquoise Blue. HEX triplet: 5D, D5 and ED. RGB value is (93,213,237). Sum of RGB (Red+Green+Blue) = 93+213+237=543 (71% of max value = 765). Red value is 93 (36.72% from 255 or 17.13% from 543); Green value is 213 (83.59% from 255 or 39.23% from 543); Blue value is 237 (92.97% from 255 or 43.65% from 543); Max value from RGB is 237 - color contains mainly: blue. Hex color #5DD5ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DD5ED is #A22A12. Grayscale: #B3B3B3. Windows color (decimal): -10627603 or 15586653. OLE color: 15586653.

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

Color convert

RGB93213237-
CMYK0.610.1000.07
HSL190º80%64.71%-
HSV(B)190º60.76%92.94%-
XYZ43.5956.0388.64-
YUV179.86160.2466.05-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.13%
GREEN value IS 213 (83.59% from 255) = 39.23%
BLUE value IS 237 (92.97% from 255) = 43.65%
R=17.13%
G=39.23%
B=43.65%

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
Decimal932132370.610.1000.071908064.71
Hex5DD5ED3DA07be5041
Octal135325355751207276120101
Binary10111011101010111101101111101101001111011111010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DD5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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