Shades of Turquoise #55F8CC
Tints of Turquoise #55F8CC
RGB
CMYK
RGB Variations
Color information
#55F8CC (or 0x55F8CC) is known color: Turquoise. HEX triplet: 55, F8 and CC. RGB value is (85,248,204). Sum of RGB (Red+Green+Blue) = 85+248+204=537 (71% of max value = 765). Red value is 85 (33.59% from 255 or 15.83% from 537); Green value is 248 (97.27% from 255 or 46.18% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 248 - color contains mainly: green. Hex color #55F8CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55F8CC is #AA0733. Grayscale: #C2C2C2. Windows color (decimal): -11142964 or 13432917. OLE color: 13432917.
HSL color Cylindrical-coordinate representation of color #55F8CC: hue angle of 163.8º 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 #55F8CC is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 85 | 248 | 204 | - |
| CMYK | 0.66 | 0 | 0.18 | 0.03 |
| HSL | 163.8º | 0.92% | 0.65% | - |
| HSV(B) | 163.8º | 0.66% | 0.97% | - |
| XYZ | 48.21 | 73.43 | 68.76 | - |
| YUV | 194.25 | 133.5 | 50.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 248 | 204 | 0.66 | 0 | 0.18 | 0.03 | 163.8 | 0.92 | 0.65 |
| Hex | 55 | F8 | CC | 42 | 0 | 12 | 3 | A4 | 5C | 41 |
| Octal | 125 | 370 | 314 | 102 | 0 | 22 | 3 | 244 | 134 | 101 |
| Binary | 1010101 | 11111000 | 11001100 | 1000010 | 0 | 10010 | 11 | 10100100 | 1011100 | 1000001 |
Color Harmonies of #55F8CC
Complementary color
Monochromatic Colors of #55F8CC
Black with #55F8CC
Text Example
Text Example
White with #55F8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F8CC; }
p { color: rgb(85,248,204); }
H1.HeaderClassName
{
color: #55F8CC;
}
.AnyTagClassName
{
color: #55F8CC;
}
</style>
background-color css
<style>
a { background-color: #55F8CC; }
a { background-color: rgb(85,248,204); }
div.DivClassName
{
background-color: #55F8CC;
}
.BgClassName
{
background-color: #55F8CC;
}
</style>
border-color css
<style>
span { border-color: #55F8CC; }
span { border-color: rgb(85,248,204); }
td.TdClassName
{
border-color: #55F8CC;
}
.TagClassName
{
border-color: #55F8CC;
}
</style>