#5DD0DC

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

Shades of Turquoise Blue #5DD0DC

Tints of Turquoise Blue #5DD0DC

Color information

#5DD0DC (or 0x5DD0DC) is unknown color: approx Turquoise Blue. HEX triplet: 5D, D0 and DC. RGB value is (93,208,220). Sum of RGB (Red+Green+Blue) = 93+208+220=521 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.85% from 521); Green value is 208 (81.64% from 255 or 39.92% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #5DD0DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DD0DC is #A22F23. Grayscale: #AEAEAE. Windows color (decimal): -10628900 or 14471261. OLE color: 14471261.

HSL color Cylindrical-coordinate representation of color #5DD0DC: hue angle of 185.67º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DD0DC is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB93208220-
CMYK0.580.0500.14
HSL185.67º64.47%61.37%-
HSV(B)185.67º57.73%86.27%-
XYZ39.9952.6175.76-
YUV174.98153.469.52-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.85%
GREEN value IS 208 (81.64% from 255) = 39.92%
BLUE value IS 220 (86.33% from 255) = 42.23%
R=17.85%
G=39.92%
B=42.23%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal932082200.580.0500.14185.6764.4761.37
Hex5DD0DC3A50Eba403d
Octal13532033472501627210075
Binary1011101110100001101110011101010101110101110101000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DD0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,208,220); }

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

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

 a { background-color: rgb(93,208,220); }

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

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

 span { border-color: rgb(93,208,220); }

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