#5DDADE

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

Shades of Turquoise Blue #5DDADE

Tints of Turquoise Blue #5DDADE

Color information

#5DDADE (or 0x5DDADE) is unknown color: approx Turquoise Blue. HEX triplet: 5D, DA and DE. RGB value is (93,218,222). Sum of RGB (Red+Green+Blue) = 93+218+222=533 (70% of max value = 765). Red value is 93 (36.72% from 255 or 17.45% from 533); Green value is 218 (85.55% from 255 or 40.90% from 533); Blue value is 222 (87.11% from 255 or 41.65% from 533); Max value from RGB is 222 - color contains mainly: blue. Hex color #5DDADE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DDADE is #A22521. Grayscale: #B4B4B4. Windows color (decimal): -10626338 or 14604893. OLE color: 14604893.

HSL color Cylindrical-coordinate representation of color #5DDADE: hue angle of 181.86º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DDADE is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB93218222-
CMYK0.580.0200.13
HSL181.86º66.15%61.76%-
HSV(B)181.86º58.11%87.06%-
XYZ42.7757.7478-
YUV181.08151.0965.17-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.45%
GREEN value IS 218 (85.55% from 255) = 40.90%
BLUE value IS 222 (87.11% from 255) = 41.65%
R=17.45%
G=40.90%
B=41.65%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal932182220.580.0200.13181.8666.1561.76
Hex5DDADE3A20Db6423e
Octal13533233672201526610276
Binary101110111011010110111101110101001101101101101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DDADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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