Shades of Turquoise #57FBDB
Tints of Turquoise #57FBDB
RGB
CMYK
RGB Variations
Color information
#57FBDB (or 0x57FBDB) is known color: Turquoise. HEX triplet: 57, FB and DB. RGB value is (87,251,219). Sum of RGB (Red+Green+Blue) = 87+251+219=557 (73% of max value = 765). Red value is 87 (34.38% from 255 or 15.62% from 557); Green value is 251 (98.44% from 255 or 45.06% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 251 - color contains mainly: green. Hex color #57FBDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57FBDB is #A80424. Grayscale: #C6C6C6. Windows color (decimal): -11011109 or 14416727. OLE color: 14416727.
HSL color Cylindrical-coordinate representation of color #57FBDB: hue angle of 168.29º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57FBDB is Cyan = 0.65, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 87 | 251 | 219 | - |
| CMYK | 0.65 | 0 | 0.13 | 0.02 |
| HSL | 168.29º | 0.95% | 0.66% | - |
| HSV(B) | 168.29º | 0.65% | 0.98% | - |
| XYZ | 51.21 | 76.14 | 79.01 | - |
| YUV | 198.32 | 139.67 | 48.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 251 | 219 | 0.65 | 0 | 0.13 | 0.02 | 168.29 | 0.95 | 0.66 |
| Hex | 57 | FB | DB | 41 | 0 | D | 2 | A8 | 5F | 42 |
| Octal | 127 | 373 | 333 | 101 | 0 | 15 | 2 | 250 | 137 | 102 |
| Binary | 1010111 | 11111011 | 11011011 | 1000001 | 0 | 1101 | 10 | 10101000 | 1011111 | 1000010 |
Color Harmonies of #57FBDB
Complementary color
Monochromatic Colors of #57FBDB
Black with #57FBDB
Text Example
Text Example
White with #57FBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57FBDB; }
p { color: rgb(87,251,219); }
H1.HeaderClassName
{
color: #57FBDB;
}
.AnyTagClassName
{
color: #57FBDB;
}
</style>
background-color css
<style>
a { background-color: #57FBDB; }
a { background-color: rgb(87,251,219); }
div.DivClassName
{
background-color: #57FBDB;
}
.BgClassName
{
background-color: #57FBDB;
}
</style>
border-color css
<style>
span { border-color: #57FBDB; }
span { border-color: rgb(87,251,219); }
td.TdClassName
{
border-color: #57FBDB;
}
.TagClassName
{
border-color: #57FBDB;
}
</style>