Shades of Turquoise #57FEDD
Tints of Turquoise #57FEDD
RGB
CMYK
RGB Variations
Color information
#57FEDD (or 0x57FEDD) is known color: Turquoise. HEX triplet: 57, FE and DD. RGB value is (87,254,221). Sum of RGB (Red+Green+Blue) = 87+254+221=562 (74% of max value = 765). Red value is 87 (34.38% from 255 or 15.48% from 562); Green value is 254 (99.61% from 255 or 45.20% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 254 - color contains mainly: green. Hex color #57FEDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57FEDD is #A80122. Grayscale: #C8C8C8. Windows color (decimal): -11010339 or 14548567. OLE color: 14548567.
HSL color Cylindrical-coordinate representation of color #57FEDD: hue angle of 168.14º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #57FEDD is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 87 | 254 | 221 | - |
| CMYK | 0.66 | 0 | 0.13 | 0.00 |
| HSL | 168.14º | 0.99% | 0.67% | - |
| HSV(B) | 168.14º | 0.66% | 1% | - |
| XYZ | 52.42 | 78.13 | 80.72 | - |
| YUV | 200.31 | 139.67 | 47.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 254 | 221 | 0.66 | 0 | 0.13 | 0.00 | 168.14 | 0.99 | 0.67 |
| Hex | 57 | FE | DD | 42 | 0 | D | 0 | A8 | 63 | 43 |
| Octal | 127 | 376 | 335 | 102 | 0 | 15 | 0 | 250 | 143 | 103 |
| Binary | 1010111 | 11111110 | 11011101 | 1000010 | 0 | 1101 | 0 | 10101000 | 1100011 | 1000011 |
Color Harmonies of #57FEDD
Complementary color
Monochromatic Colors of #57FEDD
Black with #57FEDD
Text Example
Text Example
White with #57FEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57FEDD; }
p { color: rgb(87,254,221); }
H1.HeaderClassName
{
color: #57FEDD;
}
.AnyTagClassName
{
color: #57FEDD;
}
</style>
background-color css
<style>
a { background-color: #57FEDD; }
a { background-color: rgb(87,254,221); }
div.DivClassName
{
background-color: #57FEDD;
}
.BgClassName
{
background-color: #57FEDD;
}
</style>
border-color css
<style>
span { border-color: #57FEDD; }
span { border-color: rgb(87,254,221); }
td.TdClassName
{
border-color: #57FEDD;
}
.TagClassName
{
border-color: #57FEDD;
}
</style>