#57DDDE

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

Shades of Turquoise Blue #57DDDE

Tints of Turquoise Blue #57DDDE

Color information

#57DDDE (or 0x57DDDE) is unknown color: approx Turquoise Blue. HEX triplet: 57, DD and DE. RGB value is (87,221,222). Sum of RGB (Red+Green+Blue) = 87+221+222=530 (70% of max value = 765). Red value is 87 (34.38% from 255 or 16.42% from 530); Green value is 221 (86.72% from 255 or 41.70% from 530); Blue value is 222 (87.11% from 255 or 41.89% from 530); Max value from RGB is 222 - color contains mainly: blue. Hex color #57DDDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57DDDE is #A82221. Grayscale: #B4B4B4. Windows color (decimal): -11018786 or 14605655. OLE color: 14605655.

HSL color Cylindrical-coordinate representation of color #57DDDE: hue angle of 180.44º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57DDDE is Cyan = 0.61, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB87221222-
CMYK0.610.0000.13
HSL180.44º67.16%60.59%-
HSV(B)180.44º60.81%87.06%-
XYZ42.9759.0178.23-
YUV181.05151.1160.92-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 16.42%
GREEN value IS 221 (86.72% from 255) = 41.70%
BLUE value IS 222 (87.11% from 255) = 41.89%
R=16.42%
G=41.70%
B=41.89%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal872212220.610.0000.13180.4467.1660.59
Hex57DDDE3D00Db4433d
Octal12733533675001526410375
Binary10101111101110111011110111101001101101101001000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57DDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57DDDE; }

 p { color: rgb(87,221,222); }

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

<style>
 a { background-color: #57DDDE; }

 a { background-color: rgb(87,221,222); }

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

<style>
 span { border-color: #57DDDE; }

 span { border-color: rgb(87,221,222); }

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