Shades of Turquoise #57EAD2
Tints of Turquoise #57EAD2
RGB
CMYK
RGB Variations
Color information
#57EAD2 (or 0x57EAD2) is known color: Turquoise. HEX triplet: 57, EA and D2. RGB value is (87,234,210). Sum of RGB (Red+Green+Blue) = 87+234+210=531 (70% of max value = 765). Red value is 87 (34.38% from 255 or 16.38% from 531); Green value is 234 (91.80% from 255 or 44.07% from 531); Blue value is 210 (82.42% from 255 or 39.55% from 531); Max value from RGB is 234 - color contains mainly: green. Hex color #57EAD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57EAD2 is #A8152D. Grayscale: #BBBBBB. Windows color (decimal): -11015470 or 13822551. OLE color: 13822551.
HSL color Cylindrical-coordinate representation of color #57EAD2: hue angle of 170.2º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #57EAD2 is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 87 | 234 | 210 | - |
| CMYK | 0.63 | 0 | 0.10 | 0.08 |
| HSL | 170.2º | 0.78% | 0.63% | - |
| HSV(B) | 170.2º | 0.63% | 0.92% | - |
| XYZ | 44.99 | 65.53 | 71.25 | - |
| YUV | 187.31 | 140.8 | 56.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 234 | 210 | 0.63 | 0 | 0.10 | 0.08 | 170.2 | 0.78 | 0.63 |
| Hex | 57 | EA | D2 | 3F | 0 | A | 8 | AA | 4E | 3F |
| Octal | 127 | 352 | 322 | 77 | 0 | 12 | 10 | 252 | 116 | 77 |
| Binary | 1010111 | 11101010 | 11010010 | 111111 | 0 | 1010 | 1000 | 10101010 | 1001110 | 111111 |
Color Harmonies of #57EAD2
Complementary color
Monochromatic Colors of #57EAD2
Black with #57EAD2
Text Example
Text Example
White with #57EAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57EAD2; }
p { color: rgb(87,234,210); }
H1.HeaderClassName
{
color: #57EAD2;
}
.AnyTagClassName
{
color: #57EAD2;
}
</style>
background-color css
<style>
a { background-color: #57EAD2; }
a { background-color: rgb(87,234,210); }
div.DivClassName
{
background-color: #57EAD2;
}
.BgClassName
{
background-color: #57EAD2;
}
</style>
border-color css
<style>
span { border-color: #57EAD2; }
span { border-color: rgb(87,234,210); }
td.TdClassName
{
border-color: #57EAD2;
}
.TagClassName
{
border-color: #57EAD2;
}
</style>