Shades of Turquoise #55F2CC
Tints of Turquoise #55F2CC
RGB
CMYK
RGB Variations
Color information
#55F2CC (or 0x55F2CC) is known color: Turquoise. HEX triplet: 55, F2 and CC. RGB value is (85,242,204). Sum of RGB (Red+Green+Blue) = 85+242+204=531 (70% of max value = 765). Red value is 85 (33.59% from 255 or 16.01% from 531); Green value is 242 (94.92% from 255 or 45.57% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 242 - color contains mainly: green. Hex color #55F2CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55F2CC is #AA0D33. Grayscale: #BEBEBE. Windows color (decimal): -11144500 or 13431381. OLE color: 13431381.
HSL color Cylindrical-coordinate representation of color #55F2CC: hue angle of 165.48º degrees, saturation: 0.86, 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 #55F2CC is Cyan = 0.65, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 242 | 204 | - |
| CMYK | 0.65 | 0 | 0.16 | 0.05 |
| HSL | 165.48º | 0.86% | 0.64% | - |
| HSV(B) | 165.48º | 0.65% | 0.95% | - |
| XYZ | 46.4 | 69.8 | 68.15 | - |
| YUV | 190.73 | 135.49 | 52.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 242 | 204 | 0.65 | 0 | 0.16 | 0.05 | 165.48 | 0.86 | 0.64 |
| Hex | 55 | F2 | CC | 41 | 0 | 10 | 5 | A5 | 56 | 40 |
| Octal | 125 | 362 | 314 | 101 | 0 | 20 | 5 | 245 | 126 | 100 |
| Binary | 1010101 | 11110010 | 11001100 | 1000001 | 0 | 10000 | 101 | 10100101 | 1010110 | 1000000 |
Color Harmonies of #55F2CC
Complementary color
Monochromatic Colors of #55F2CC
Black with #55F2CC
Text Example
Text Example
White with #55F2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F2CC; }
p { color: rgb(85,242,204); }
H1.HeaderClassName
{
color: #55F2CC;
}
.AnyTagClassName
{
color: #55F2CC;
}
</style>
background-color css
<style>
a { background-color: #55F2CC; }
a { background-color: rgb(85,242,204); }
div.DivClassName
{
background-color: #55F2CC;
}
.BgClassName
{
background-color: #55F2CC;
}
</style>
border-color css
<style>
span { border-color: #55F2CC; }
span { border-color: rgb(85,242,204); }
td.TdClassName
{
border-color: #55F2CC;
}
.TagClassName
{
border-color: #55F2CC;
}
</style>