Shades of Turquoise #55FFC4
Tints of Turquoise #55FFC4
RGB
CMYK
RGB Variations
Color information
#55FFC4 (or 0x55FFC4) is known color: Turquoise. HEX triplet: 55, FF and C4. RGB value is (85,255,196). Sum of RGB (Red+Green+Blue) = 85+255+196=536 (70% of max value = 765). Red value is 85 (33.59% from 255 or 15.86% from 536); Green value is 255 (100% from 255 or 47.57% from 536); Blue value is 196 (76.95% from 255 or 36.57% from 536); Max value from RGB is 255 - color contains mainly: green. Hex color #55FFC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55FFC4 is #AA003B. Grayscale: #C5C5C5. Windows color (decimal): -11141180 or 12910421. OLE color: 12910421.
HSL color Cylindrical-coordinate representation of color #55FFC4: hue angle of 159.18º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55FFC4 is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 255 | 196 | - |
| CMYK | 0.67 | 0 | 0.23 | 0 |
| HSL | 159.18º | 1% | 0.67% | - |
| HSV(B) | 159.18º | 0.67% | 1% | - |
| XYZ | 49.47 | 77.44 | 64.56 | - |
| YUV | 197.44 | 127.18 | 47.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 255 | 196 | 0.67 | 0 | 0.23 | 0 | 159.18 | 1 | 0.67 |
| Hex | 55 | FF | C4 | 43 | 0 | 17 | 0 | 9F | 64 | 43 |
| Octal | 125 | 377 | 304 | 103 | 0 | 27 | 0 | 237 | 144 | 103 |
| Binary | 1010101 | 11111111 | 11000100 | 1000011 | 0 | 10111 | 0 | 10011111 | 1100100 | 1000011 |
Color Harmonies of #55FFC4
Complementary color
Monochromatic Colors of #55FFC4
Black with #55FFC4
Text Example
Text Example
White with #55FFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FFC4; }
p { color: rgb(85,255,196); }
H1.HeaderClassName
{
color: #55FFC4;
}
.AnyTagClassName
{
color: #55FFC4;
}
</style>
background-color css
<style>
a { background-color: #55FFC4; }
a { background-color: rgb(85,255,196); }
div.DivClassName
{
background-color: #55FFC4;
}
.BgClassName
{
background-color: #55FFC4;
}
</style>
border-color css
<style>
span { border-color: #55FFC4; }
span { border-color: rgb(85,255,196); }
td.TdClassName
{
border-color: #55FFC4;
}
.TagClassName
{
border-color: #55FFC4;
}
</style>