Shades of Turquoise #55F7CB
Tints of Turquoise #55F7CB
RGB
CMYK
RGB Variations
Color information
#55F7CB (or 0x55F7CB) is known color: Turquoise. HEX triplet: 55, F7 and CB. RGB value is (85,247,203). Sum of RGB (Red+Green+Blue) = 85+247+203=535 (70% of max value = 765). Red value is 85 (33.59% from 255 or 15.89% from 535); Green value is 247 (96.88% from 255 or 46.17% from 535); Blue value is 203 (79.69% from 255 or 37.94% from 535); Max value from RGB is 247 - color contains mainly: green. Hex color #55F7CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55F7CB is #AA0834. Grayscale: #C1C1C1. Windows color (decimal): -11143221 or 13367125. OLE color: 13367125.
HSL color Cylindrical-coordinate representation of color #55F7CB: hue angle of 163.7º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55F7CB is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 85 | 247 | 203 | - |
| CMYK | 0.66 | 0 | 0.18 | 0.03 |
| HSL | 163.7º | 0.91% | 0.65% | - |
| HSV(B) | 163.7º | 0.66% | 0.97% | - |
| XYZ | 47.79 | 72.76 | 68.03 | - |
| YUV | 193.55 | 133.33 | 50.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 247 | 203 | 0.66 | 0 | 0.18 | 0.03 | 163.7 | 0.91 | 0.65 |
| Hex | 55 | F7 | CB | 42 | 0 | 12 | 3 | A4 | 5B | 41 |
| Octal | 125 | 367 | 313 | 102 | 0 | 22 | 3 | 244 | 133 | 101 |
| Binary | 1010101 | 11110111 | 11001011 | 1000010 | 0 | 10010 | 11 | 10100100 | 1011011 | 1000001 |
Color Harmonies of #55F7CB
Complementary color
Monochromatic Colors of #55F7CB
Black with #55F7CB
Text Example
Text Example
White with #55F7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F7CB; }
p { color: rgb(85,247,203); }
H1.HeaderClassName
{
color: #55F7CB;
}
.AnyTagClassName
{
color: #55F7CB;
}
</style>
background-color css
<style>
a { background-color: #55F7CB; }
a { background-color: rgb(85,247,203); }
div.DivClassName
{
background-color: #55F7CB;
}
.BgClassName
{
background-color: #55F7CB;
}
</style>
border-color css
<style>
span { border-color: #55F7CB; }
span { border-color: rgb(85,247,203); }
td.TdClassName
{
border-color: #55F7CB;
}
.TagClassName
{
border-color: #55F7CB;
}
</style>