Shades of Turquoise #55F6C8
Tints of Turquoise #55F6C8
RGB
CMYK
RGB Variations
Color information
#55F6C8 (or 0x55F6C8) is known color: Turquoise. HEX triplet: 55, F6 and C8. RGB value is (85,246,200). Sum of RGB (Red+Green+Blue) = 85+246+200=531 (70% of max value = 765). Red value is 85 (33.59% from 255 or 16.01% from 531); Green value is 246 (96.48% from 255 or 46.33% from 531); Blue value is 200 (78.52% from 255 or 37.66% from 531); Max value from RGB is 246 - color contains mainly: green. Hex color #55F6C8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55F6C8 is #AA0937. Grayscale: #C0C0C0. Windows color (decimal): -11143480 or 13170261. OLE color: 13170261.
HSL color Cylindrical-coordinate representation of color #55F6C8: hue angle of 162.86º 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 #55F6C8 is Cyan = 0.65, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 85 | 246 | 200 | - |
| CMYK | 0.65 | 0 | 0.19 | 0.04 |
| HSL | 162.86º | 0.9% | 0.65% | - |
| HSV(B) | 162.86º | 0.65% | 0.96% | - |
| XYZ | 47.13 | 72.01 | 66.06 | - |
| YUV | 192.62 | 132.16 | 51.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 246 | 200 | 0.65 | 0 | 0.19 | 0.04 | 162.86 | 0.9 | 0.65 |
| Hex | 55 | F6 | C8 | 41 | 0 | 13 | 4 | A3 | 5A | 41 |
| Octal | 125 | 366 | 310 | 101 | 0 | 23 | 4 | 243 | 132 | 101 |
| Binary | 1010101 | 11110110 | 11001000 | 1000001 | 0 | 10011 | 100 | 10100011 | 1011010 | 1000001 |
Color Harmonies of #55F6C8
Complementary color
Monochromatic Colors of #55F6C8
Black with #55F6C8
Text Example
Text Example
White with #55F6C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F6C8; }
p { color: rgb(85,246,200); }
H1.HeaderClassName
{
color: #55F6C8;
}
.AnyTagClassName
{
color: #55F6C8;
}
</style>
background-color css
<style>
a { background-color: #55F6C8; }
a { background-color: rgb(85,246,200); }
div.DivClassName
{
background-color: #55F6C8;
}
.BgClassName
{
background-color: #55F6C8;
}
</style>
border-color css
<style>
span { border-color: #55F6C8; }
span { border-color: rgb(85,246,200); }
td.TdClassName
{
border-color: #55F6C8;
}
.TagClassName
{
border-color: #55F6C8;
}
</style>