Shades of Turquoise Blue #57CDF6
Tints of Turquoise Blue #57CDF6
RGB
CMYK
RGB Variations
Color information
#57CDF6 (or 0x57CDF6) is known color: Turquoise Blue. HEX triplet: 57, CD and F6. RGB value is (87,205,246). Sum of RGB (Red+Green+Blue) = 87+205+246=538 (71% of max value = 765). Red value is 87 (34.38% from 255 or 16.17% from 538); Green value is 205 (80.47% from 255 or 38.10% from 538); Blue value is 246 (96.48% from 255 or 45.72% from 538); Max value from RGB is 246 - color contains mainly: blue. Hex color #57CDF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57CDF6 is #A83209. Grayscale: #AEAEAE. Windows color (decimal): -11022858 or 16174423. OLE color: 16174423.
HSL color Cylindrical-coordinate representation of color #57CDF6: hue angle of 195.47º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57CDF6 is Cyan = 0.65, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 87 | 205 | 246 | - |
| CMYK | 0.65 | 0.17 | 0 | 0.04 |
| HSL | 195.47º | 0.9% | 0.65% | - |
| HSV(B) | 195.47º | 0.65% | 0.96% | - |
| XYZ | 42.4 | 52.34 | 95.06 | - |
| YUV | 174.39 | 168.41 | 65.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 205 | 246 | 0.65 | 0.17 | 0 | 0.04 | 195.47 | 0.9 | 0.65 |
| Hex | 57 | CD | F6 | 41 | 11 | 0 | 4 | C3 | 5A | 41 |
| Octal | 127 | 315 | 366 | 101 | 21 | 0 | 4 | 303 | 132 | 101 |
| Binary | 1010111 | 11001101 | 11110110 | 1000001 | 10001 | 0 | 100 | 11000011 | 1011010 | 1000001 |
Color Harmonies of #57CDF6
Complementary color
Monochromatic Colors of #57CDF6
Black with #57CDF6
Text Example
Text Example
White with #57CDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57CDF6; }
p { color: rgb(87,205,246); }
H1.HeaderClassName
{
color: #57CDF6;
}
.AnyTagClassName
{
color: #57CDF6;
}
</style>
background-color css
<style>
a { background-color: #57CDF6; }
a { background-color: rgb(87,205,246); }
div.DivClassName
{
background-color: #57CDF6;
}
.BgClassName
{
background-color: #57CDF6;
}
</style>
border-color css
<style>
span { border-color: #57CDF6; }
span { border-color: rgb(87,205,246); }
td.TdClassName
{
border-color: #57CDF6;
}
.TagClassName
{
border-color: #57CDF6;
}
</style>