Shades of Turquoise #55F1CB
Tints of Turquoise #55F1CB
RGB
CMYK
RGB Variations
Color information
#55F1CB (or 0x55F1CB) is known color: Turquoise. HEX triplet: 55, F1 and CB. RGB value is (85,241,203). Sum of RGB (Red+Green+Blue) = 85+241+203=529 (70% of max value = 765). Red value is 85 (33.59% from 255 or 16.07% from 529); Green value is 241 (94.53% from 255 or 45.56% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 241 - color contains mainly: green. Hex color #55F1CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55F1CB is #AA0E34. Grayscale: #BEBEBE. Windows color (decimal): -11144757 or 13365589. OLE color: 13365589.
HSL color Cylindrical-coordinate representation of color #55F1CB: hue angle of 165.38º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55F1CB is Cyan = 0.65, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 241 | 203 | - |
| CMYK | 0.65 | 0 | 0.16 | 0.05 |
| HSL | 165.38º | 0.85% | 0.64% | - |
| HSV(B) | 165.38º | 0.65% | 0.95% | - |
| XYZ | 45.98 | 69.15 | 67.42 | - |
| YUV | 190.02 | 135.32 | 53.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 241 | 203 | 0.65 | 0 | 0.16 | 0.05 | 165.38 | 0.85 | 0.64 |
| Hex | 55 | F1 | CB | 41 | 0 | 10 | 5 | A5 | 55 | 40 |
| Octal | 125 | 361 | 313 | 101 | 0 | 20 | 5 | 245 | 125 | 100 |
| Binary | 1010101 | 11110001 | 11001011 | 1000001 | 0 | 10000 | 101 | 10100101 | 1010101 | 1000000 |
Color Harmonies of #55F1CB
Complementary color
Monochromatic Colors of #55F1CB
Black with #55F1CB
Text Example
Text Example
White with #55F1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F1CB; }
p { color: rgb(85,241,203); }
H1.HeaderClassName
{
color: #55F1CB;
}
.AnyTagClassName
{
color: #55F1CB;
}
</style>
background-color css
<style>
a { background-color: #55F1CB; }
a { background-color: rgb(85,241,203); }
div.DivClassName
{
background-color: #55F1CB;
}
.BgClassName
{
background-color: #55F1CB;
}
</style>
border-color css
<style>
span { border-color: #55F1CB; }
span { border-color: rgb(85,241,203); }
td.TdClassName
{
border-color: #55F1CB;
}
.TagClassName
{
border-color: #55F1CB;
}
</style>