#5DD8DC

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

Shades of Turquoise Blue #5DD8DC

Tints of Turquoise Blue #5DD8DC

Color information

#5DD8DC (or 0x5DD8DC) is unknown color: approx Turquoise Blue. HEX triplet: 5D, D8 and DC. RGB value is (93,216,220). Sum of RGB (Red+Green+Blue) = 93+216+220=529 (70% of max value = 765). Red value is 93 (36.72% from 255 or 17.58% from 529); Green value is 216 (84.77% from 255 or 40.83% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #5DD8DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DD8DC is #A22723. Grayscale: #B3B3B3. Windows color (decimal): -10626852 or 14473309. OLE color: 14473309.

HSL color Cylindrical-coordinate representation of color #5DD8DC: hue angle of 181.89º 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 #5DD8DC is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB93216220-
CMYK0.580.0200.14
HSL181.89º64.47%61.37%-
HSV(B)181.89º57.73%86.27%-
XYZ41.9956.6176.42-
YUV179.68150.7566.17-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.58%
GREEN value IS 216 (84.77% from 255) = 40.83%
BLUE value IS 220 (86.33% from 255) = 41.59%
R=17.58%
G=40.83%
B=41.59%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal932162200.580.0200.14181.8964.4761.37
Hex5DD8DC3A20Eb6403d
Octal13533033472201626610075
Binary101110111011000110111001110101001110101101101000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DD8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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