Shades of Turquoise Blue #57CFEE
Tints of Turquoise Blue #57CFEE
RGB
CMYK
RGB Variations
Color information
#57CFEE (or 0x57CFEE) is known color: Turquoise Blue. HEX triplet: 57, CF and EE. RGB value is (87,207,238). Sum of RGB (Red+Green+Blue) = 87+207+238=532 (70% of max value = 765). Red value is 87 (34.38% from 255 or 16.35% from 532); Green value is 207 (81.25% from 255 or 38.91% from 532); Blue value is 238 (93.36% from 255 or 44.74% from 532); Max value from RGB is 238 - color contains mainly: blue. Hex color #57CFEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57CFEE is #A83011. Grayscale: #AEAEAE. Windows color (decimal): -11022354 or 15650647. OLE color: 15650647.
HSL color Cylindrical-coordinate representation of color #57CFEE: hue angle of 192.32º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #57CFEE is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 87 | 207 | 238 | - |
| CMYK | 0.63 | 0.13 | 0 | 0.07 |
| HSL | 192.32º | 0.82% | 0.64% | - |
| HSV(B) | 192.32º | 0.63% | 0.93% | - |
| XYZ | 41.68 | 52.82 | 88.89 | - |
| YUV | 174.65 | 163.74 | 65.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 207 | 238 | 0.63 | 0.13 | 0 | 0.07 | 192.32 | 0.82 | 0.64 |
| Hex | 57 | CF | EE | 3F | D | 0 | 7 | C0 | 52 | 40 |
| Octal | 127 | 317 | 356 | 77 | 15 | 0 | 7 | 300 | 122 | 100 |
| Binary | 1010111 | 11001111 | 11101110 | 111111 | 1101 | 0 | 111 | 11000000 | 1010010 | 1000000 |
Color Harmonies of #57CFEE
Complementary color
Monochromatic Colors of #57CFEE
Black with #57CFEE
Text Example
Text Example
White with #57CFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57CFEE; }
p { color: rgb(87,207,238); }
H1.HeaderClassName
{
color: #57CFEE;
}
.AnyTagClassName
{
color: #57CFEE;
}
</style>
background-color css
<style>
a { background-color: #57CFEE; }
a { background-color: rgb(87,207,238); }
div.DivClassName
{
background-color: #57CFEE;
}
.BgClassName
{
background-color: #57CFEE;
}
</style>
border-color css
<style>
span { border-color: #57CFEE; }
span { border-color: rgb(87,207,238); }
td.TdClassName
{
border-color: #57CFEE;
}
.TagClassName
{
border-color: #57CFEE;
}
</style>