Shades of Turquoise Blue #57CCF2
Tints of Turquoise Blue #57CCF2
RGB
CMYK
RGB Variations
Color information
#57CCF2 (or 0x57CCF2) is known color: Turquoise Blue. HEX triplet: 57, CC and F2. RGB value is (87,204,242). Sum of RGB (Red+Green+Blue) = 87+204+242=533 (70% of max value = 765). Red value is 87 (34.38% from 255 or 16.32% from 533); Green value is 204 (80.08% from 255 or 38.27% from 533); Blue value is 242 (94.92% from 255 or 45.40% from 533); Max value from RGB is 242 - color contains mainly: blue. Hex color #57CCF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57CCF2 is #A8330D. Grayscale: #ADADAD. Windows color (decimal): -11023118 or 15912023. OLE color: 15912023.
HSL color Cylindrical-coordinate representation of color #57CCF2: hue angle of 194.71º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57CCF2 is Cyan = 0.64, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 87 | 204 | 242 | - |
| CMYK | 0.64 | 0.16 | 0 | 0.05 |
| HSL | 194.71º | 0.86% | 0.65% | - |
| HSV(B) | 194.71º | 0.64% | 0.95% | - |
| XYZ | 41.55 | 51.62 | 91.78 | - |
| YUV | 173.35 | 166.74 | 66.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 204 | 242 | 0.64 | 0.16 | 0 | 0.05 | 194.71 | 0.86 | 0.65 |
| Hex | 57 | CC | F2 | 40 | 10 | 0 | 5 | C3 | 56 | 41 |
| Octal | 127 | 314 | 362 | 100 | 20 | 0 | 5 | 303 | 126 | 101 |
| Binary | 1010111 | 11001100 | 11110010 | 1000000 | 10000 | 0 | 101 | 11000011 | 1010110 | 1000001 |
Color Harmonies of #57CCF2
Complementary color
Monochromatic Colors of #57CCF2
Black with #57CCF2
Text Example
Text Example
White with #57CCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57CCF2; }
p { color: rgb(87,204,242); }
H1.HeaderClassName
{
color: #57CCF2;
}
.AnyTagClassName
{
color: #57CCF2;
}
</style>
background-color css
<style>
a { background-color: #57CCF2; }
a { background-color: rgb(87,204,242); }
div.DivClassName
{
background-color: #57CCF2;
}
.BgClassName
{
background-color: #57CCF2;
}
</style>
border-color css
<style>
span { border-color: #57CCF2; }
span { border-color: rgb(87,204,242); }
td.TdClassName
{
border-color: #57CCF2;
}
.TagClassName
{
border-color: #57CCF2;
}
</style>