#5DD7DC

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

Shades of Turquoise Blue #5DD7DC

Tints of Turquoise Blue #5DD7DC

Color information

#5DD7DC (or 0x5DD7DC) is unknown color: approx Turquoise Blue. HEX triplet: 5D, D7 and DC. RGB value is (93,215,220). Sum of RGB (Red+Green+Blue) = 93+215+220=528 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.61% from 528); Green value is 215 (84.38% from 255 or 40.72% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 220 - color contains mainly: blue. Hex color #5DD7DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DD7DC is #A22823. Grayscale: #B2B2B2. Windows color (decimal): -10627108 or 14473053. OLE color: 14473053.

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

Color convert

RGB93215220-
CMYK0.580.0200.14
HSL182.36º64.47%61.37%-
HSV(B)182.36º57.73%86.27%-
XYZ41.7356.176.34-
YUV179.09151.0866.59-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.61%
GREEN value IS 215 (84.38% from 255) = 40.72%
BLUE value IS 220 (86.33% from 255) = 41.67%
R=17.61%
G=40.72%
B=41.67%

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
Decimal932152200.580.0200.14182.3664.4761.37
Hex5DD7DC3A20Eb6403d
Octal13532733472201626610075
Binary101110111010111110111001110101001110101101101000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DD7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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