#57CBBD

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

Shades of Medium Turquoise #57CBBD

Tints of Medium Turquoise #57CBBD

Color information

#57CBBD (or 0x57CBBD) is unknown color: approx Medium Turquoise. HEX triplet: 57, CB and BD. RGB value is (87,203,189). Sum of RGB (Red+Green+Blue) = 87+203+189=479 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.16% from 479); Green value is 203 (79.69% from 255 or 42.38% from 479); Blue value is 189 (74.22% from 255 or 39.46% from 479); Max value from RGB is 203 - color contains mainly: green. Hex color #57CBBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57CBBD is #A83442. Grayscale: #A6A6A6. Windows color (decimal): -11023427 or 12438359. OLE color: 12438359.

HSL color Cylindrical-coordinate representation of color #57CBBD: hue angle of 172.76º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #57CBBD is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB87203189-
CMYK0.5700.070.20
HSL172.76º52.73%56.86%-
HSV(B)172.76º57.14%79.61%-
XYZ34.4748.4155.67-
YUV166.72140.5771.14-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 18.16%
GREEN value IS 203 (79.69% from 255) = 42.38%
BLUE value IS 189 (74.22% from 255) = 39.46%
R=18.16%
G=42.38%
B=39.46%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal872031890.5700.070.20172.7652.7356.86
Hex57CBBD390714ad3539
Octal1273132757107242556571
Binary1010111110010111011110111100101111010010101101110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57CBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,203,189); }

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

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

 a { background-color: rgb(87,203,189); }

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

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

 span { border-color: rgb(87,203,189); }

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