Shades of Turquoise #55F8CF
Tints of Turquoise #55F8CF
RGB
CMYK
RGB Variations
Color information
#55F8CF (or 0x55F8CF) is known color: Turquoise. HEX triplet: 55, F8 and CF. RGB value is (85,248,207). Sum of RGB (Red+Green+Blue) = 85+248+207=540 (71% of max value = 765). Red value is 85 (33.59% from 255 or 15.74% from 540); Green value is 248 (97.27% from 255 or 45.93% from 540); Blue value is 207 (81.25% from 255 or 38.33% from 540); Max value from RGB is 248 - color contains mainly: green. Hex color #55F8CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55F8CF is #AA0730. Grayscale: #C2C2C2. Windows color (decimal): -11142961 or 13629525. OLE color: 13629525.
HSL color Cylindrical-coordinate representation of color #55F8CF: hue angle of 164.91º 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 #55F8CF is Cyan = 0.66, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 85 | 248 | 207 | - |
| CMYK | 0.66 | 0 | 0.17 | 0.03 |
| HSL | 164.91º | 0.92% | 0.65% | - |
| HSV(B) | 164.91º | 0.66% | 0.97% | - |
| XYZ | 48.58 | 73.57 | 70.67 | - |
| YUV | 194.59 | 135 | 49.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 248 | 207 | 0.66 | 0 | 0.17 | 0.03 | 164.91 | 0.92 | 0.65 |
| Hex | 55 | F8 | CF | 42 | 0 | 11 | 3 | A5 | 5C | 41 |
| Octal | 125 | 370 | 317 | 102 | 0 | 21 | 3 | 245 | 134 | 101 |
| Binary | 1010101 | 11111000 | 11001111 | 1000010 | 0 | 10001 | 11 | 10100101 | 1011100 | 1000001 |
Color Harmonies of #55F8CF
Complementary color
Monochromatic Colors of #55F8CF
Black with #55F8CF
Text Example
Text Example
White with #55F8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F8CF; }
p { color: rgb(85,248,207); }
H1.HeaderClassName
{
color: #55F8CF;
}
.AnyTagClassName
{
color: #55F8CF;
}
</style>
background-color css
<style>
a { background-color: #55F8CF; }
a { background-color: rgb(85,248,207); }
div.DivClassName
{
background-color: #55F8CF;
}
.BgClassName
{
background-color: #55F8CF;
}
</style>
border-color css
<style>
span { border-color: #55F8CF; }
span { border-color: rgb(85,248,207); }
td.TdClassName
{
border-color: #55F8CF;
}
.TagClassName
{
border-color: #55F8CF;
}
</style>