Shades of Turquoise #55F8CB
Tints of Turquoise #55F8CB
RGB
CMYK
RGB Variations
Color information
#55F8CB (or 0x55F8CB) is known color: Turquoise. HEX triplet: 55, F8 and CB. RGB value is (85,248,203). Sum of RGB (Red+Green+Blue) = 85+248+203=536 (70% of max value = 765). Red value is 85 (33.59% from 255 or 15.86% from 536); Green value is 248 (97.27% from 255 or 46.27% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 248 - color contains mainly: green. Hex color #55F8CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55F8CB is #AA0734. Grayscale: #C2C2C2. Windows color (decimal): -11142965 or 13367381. OLE color: 13367381.
HSL color Cylindrical-coordinate representation of color #55F8CB: hue angle of 163.44º degrees, saturation: 0.92, 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 #55F8CB is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 85 | 248 | 203 | - |
| CMYK | 0.66 | 0 | 0.18 | 0.03 |
| HSL | 163.44º | 0.92% | 0.65% | - |
| HSV(B) | 163.44º | 0.66% | 0.97% | - |
| XYZ | 48.09 | 73.38 | 68.13 | - |
| YUV | 194.13 | 133 | 50.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 248 | 203 | 0.66 | 0 | 0.18 | 0.03 | 163.44 | 0.92 | 0.65 |
| Hex | 55 | F8 | CB | 42 | 0 | 12 | 3 | A3 | 5C | 41 |
| Octal | 125 | 370 | 313 | 102 | 0 | 22 | 3 | 243 | 134 | 101 |
| Binary | 1010101 | 11111000 | 11001011 | 1000010 | 0 | 10010 | 11 | 10100011 | 1011100 | 1000001 |
Color Harmonies of #55F8CB
Complementary color
Monochromatic Colors of #55F8CB
Black with #55F8CB
Text Example
Text Example
White with #55F8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F8CB; }
p { color: rgb(85,248,203); }
H1.HeaderClassName
{
color: #55F8CB;
}
.AnyTagClassName
{
color: #55F8CB;
}
</style>
background-color css
<style>
a { background-color: #55F8CB; }
a { background-color: rgb(85,248,203); }
div.DivClassName
{
background-color: #55F8CB;
}
.BgClassName
{
background-color: #55F8CB;
}
</style>
border-color css
<style>
span { border-color: #55F8CB; }
span { border-color: rgb(85,248,203); }
td.TdClassName
{
border-color: #55F8CB;
}
.TagClassName
{
border-color: #55F8CB;
}
</style>