Shades of Turquoise Blue #55CEF6
Tints of Turquoise Blue #55CEF6
RGB
CMYK
RGB Variations
Color information
#55CEF6 (or 0x55CEF6) is known color: Turquoise Blue. HEX triplet: 55, CE and F6. RGB value is (85,206,246). Sum of RGB (Red+Green+Blue) = 85+206+246=537 (71% of max value = 765). Red value is 85 (33.59% from 255 or 15.83% from 537); Green value is 206 (80.86% from 255 or 38.36% from 537); Blue value is 246 (96.48% from 255 or 45.81% from 537); Max value from RGB is 246 - color contains mainly: blue. Hex color #55CEF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55CEF6 is #AA3109. Grayscale: #AEAEAE. Windows color (decimal): -11153674 or 16174677. OLE color: 16174677.
HSL color Cylindrical-coordinate representation of color #55CEF6: hue angle of 194.91º 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 #55CEF6 is Cyan = 0.65, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 85 | 206 | 246 | - |
| CMYK | 0.65 | 0.16 | 0 | 0.04 |
| HSL | 194.91º | 0.9% | 0.65% | - |
| HSV(B) | 194.91º | 0.65% | 0.96% | - |
| XYZ | 42.45 | 52.73 | 95.13 | - |
| YUV | 174.38 | 168.41 | 64.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 206 | 246 | 0.65 | 0.16 | 0 | 0.04 | 194.91 | 0.9 | 0.65 |
| Hex | 55 | CE | F6 | 41 | 10 | 0 | 4 | C3 | 5A | 41 |
| Octal | 125 | 316 | 366 | 101 | 20 | 0 | 4 | 303 | 132 | 101 |
| Binary | 1010101 | 11001110 | 11110110 | 1000001 | 10000 | 0 | 100 | 11000011 | 1011010 | 1000001 |
Color Harmonies of #55CEF6
Complementary color
Monochromatic Colors of #55CEF6
Black with #55CEF6
Text Example
Text Example
White with #55CEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CEF6; }
p { color: rgb(85,206,246); }
H1.HeaderClassName
{
color: #55CEF6;
}
.AnyTagClassName
{
color: #55CEF6;
}
</style>
background-color css
<style>
a { background-color: #55CEF6; }
a { background-color: rgb(85,206,246); }
div.DivClassName
{
background-color: #55CEF6;
}
.BgClassName
{
background-color: #55CEF6;
}
</style>
border-color css
<style>
span { border-color: #55CEF6; }
span { border-color: rgb(85,206,246); }
td.TdClassName
{
border-color: #55CEF6;
}
.TagClassName
{
border-color: #55CEF6;
}
</style>