#5DD8DA

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

Shades of Turquoise Blue #5DD8DA

Tints of Turquoise Blue #5DD8DA

Color information

#5DD8DA (or 0x5DD8DA) is unknown color: approx Turquoise Blue. HEX triplet: 5D, D8 and DA. RGB value is (93,216,218). Sum of RGB (Red+Green+Blue) = 93+216+218=527 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.65% from 527); Green value is 216 (84.77% from 255 or 40.99% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 218 - color contains mainly: blue. Hex color #5DD8DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DD8DA is #A22725. Grayscale: #B3B3B3. Windows color (decimal): -10626854 or 14342237. OLE color: 14342237.

HSL color Cylindrical-coordinate representation of color #5DD8DA: hue angle of 180.96º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DD8DA is Cyan = 0.57, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB93216218-
CMYK0.570.0100.15
HSL180.96º62.81%60.98%-
HSV(B)180.96º57.34%85.49%-
XYZ41.7256.575.04-
YUV179.45149.7566.34-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.65%
GREEN value IS 216 (84.77% from 255) = 40.99%
BLUE value IS 218 (85.55% from 255) = 41.37%
R=17.65%
G=40.99%
B=41.37%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal932162180.570.0100.15180.9662.8160.98
Hex5DD8DA3910Fb53f3d
Octal1353303327110172657775
Binary1011101110110001101101011100110111110110101111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DD8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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