Shades of Medium Turquoise #55CFBF
Tints of Medium Turquoise #55CFBF
RGB
CMYK
RGB Variations
Color information
#55CFBF (or 0x55CFBF) is known color: Medium Turquoise. HEX triplet: 55, CF and BF. RGB value is (85,207,191). Sum of RGB (Red+Green+Blue) = 85+207+191=483 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.60% from 483); Green value is 207 (81.25% from 255 or 42.86% from 483); Blue value is 191 (75% from 255 or 39.54% from 483); Max value from RGB is 207 - color contains mainly: green. Hex color #55CFBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CFBF is #AA3040. Grayscale: #A8A8A8. Windows color (decimal): -11153473 or 12570453. OLE color: 12570453.
HSL color Cylindrical-coordinate representation of color #55CFBF: hue angle of 172.13º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55CFBF is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 207 | 191 | - |
| CMYK | 0.59 | 0 | 0.08 | 0.19 |
| HSL | 172.13º | 0.56% | 0.57% | - |
| HSV(B) | 172.13º | 0.59% | 0.81% | - |
| XYZ | 35.46 | 50.32 | 57.13 | - |
| YUV | 168.7 | 140.58 | 68.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 207 | 191 | 0.59 | 0 | 0.08 | 0.19 | 172.13 | 0.56 | 0.57 |
| Hex | 55 | CF | BF | 3B | 0 | 8 | 13 | AC | 38 | 39 |
| Octal | 125 | 317 | 277 | 73 | 0 | 10 | 23 | 254 | 70 | 71 |
| Binary | 1010101 | 11001111 | 10111111 | 111011 | 0 | 1000 | 10011 | 10101100 | 111000 | 111001 |
Color Harmonies of #55CFBF
Complementary color
Monochromatic Colors of #55CFBF
Black with #55CFBF
Text Example
Text Example
White with #55CFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CFBF; }
p { color: rgb(85,207,191); }
H1.HeaderClassName
{
color: #55CFBF;
}
.AnyTagClassName
{
color: #55CFBF;
}
</style>
background-color css
<style>
a { background-color: #55CFBF; }
a { background-color: rgb(85,207,191); }
div.DivClassName
{
background-color: #55CFBF;
}
.BgClassName
{
background-color: #55CFBF;
}
</style>
border-color css
<style>
span { border-color: #55CFBF; }
span { border-color: rgb(85,207,191); }
td.TdClassName
{
border-color: #55CFBF;
}
.TagClassName
{
border-color: #55CFBF;
}
</style>