Shades of Turquoise Blue #57CFDF
Tints of Turquoise Blue #57CFDF
RGB
CMYK
RGB Variations
Color information
#57CFDF (or 0x57CFDF) is known color: Turquoise Blue. HEX triplet: 57, CF and DF. RGB value is (87,207,223). Sum of RGB (Red+Green+Blue) = 87+207+223=517 (68% of max value = 765). Red value is 87 (34.38% from 255 or 16.83% from 517); Green value is 207 (81.25% from 255 or 40.04% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 223 - color contains mainly: blue. Hex color #57CFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57CFDF is #A83020. Grayscale: #ACACAC. Windows color (decimal): -11022369 or 14667607. OLE color: 14667607.
HSL color Cylindrical-coordinate representation of color #57CFDF: hue angle of 187.06º degrees, saturation: 0.68, 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 #57CFDF is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 207 | 223 | - |
| CMYK | 0.61 | 0.07 | 0 | 0.13 |
| HSL | 187.06º | 0.68% | 0.61% | - |
| HSV(B) | 187.06º | 0.61% | 0.87% | - |
| XYZ | 39.56 | 51.98 | 77.76 | - |
| YUV | 172.94 | 156.24 | 66.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 207 | 223 | 0.61 | 0.07 | 0 | 0.13 | 187.06 | 0.68 | 0.61 |
| Hex | 57 | CF | DF | 3D | 7 | 0 | D | BB | 44 | 3D |
| Octal | 127 | 317 | 337 | 75 | 7 | 0 | 15 | 273 | 104 | 75 |
| Binary | 1010111 | 11001111 | 11011111 | 111101 | 111 | 0 | 1101 | 10111011 | 1000100 | 111101 |
Color Harmonies of #57CFDF
Complementary color
Monochromatic Colors of #57CFDF
Black with #57CFDF
Text Example
Text Example
White with #57CFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57CFDF; }
p { color: rgb(87,207,223); }
H1.HeaderClassName
{
color: #57CFDF;
}
.AnyTagClassName
{
color: #57CFDF;
}
</style>
background-color css
<style>
a { background-color: #57CFDF; }
a { background-color: rgb(87,207,223); }
div.DivClassName
{
background-color: #57CFDF;
}
.BgClassName
{
background-color: #57CFDF;
}
</style>
border-color css
<style>
span { border-color: #57CFDF; }
span { border-color: rgb(87,207,223); }
td.TdClassName
{
border-color: #57CFDF;
}
.TagClassName
{
border-color: #57CFDF;
}
</style>