Shades of Medium Turquoise #55C6CF
Tints of Medium Turquoise #55C6CF
RGB
CMYK
RGB Variations
Color information
#55C6CF (or 0x55C6CF) is known color: Medium Turquoise. HEX triplet: 55, C6 and CF. RGB value is (85,198,207). Sum of RGB (Red+Green+Blue) = 85+198+207=490 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.35% from 490); Green value is 198 (77.73% from 255 or 40.41% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 207 - color contains mainly: blue. Hex color #55C6CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55C6CF is #AA3930. Grayscale: #A5A5A5. Windows color (decimal): -11155761 or 13616725. OLE color: 13616725.
HSL color Cylindrical-coordinate representation of color #55C6CF: hue angle of 184.43º 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 #55C6CF is Cyan = 0.59, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 198 | 207 | - |
| CMYK | 0.59 | 0.04 | 0 | 0.19 |
| HSL | 184.43º | 0.56% | 0.57% | - |
| HSV(B) | 184.43º | 0.59% | 0.81% | - |
| XYZ | 35.2 | 46.82 | 66.21 | - |
| YUV | 165.24 | 151.56 | 70.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 198 | 207 | 0.59 | 0.04 | 0 | 0.19 | 184.43 | 0.56 | 0.57 |
| Hex | 55 | C6 | CF | 3B | 4 | 0 | 13 | B8 | 38 | 39 |
| Octal | 125 | 306 | 317 | 73 | 4 | 0 | 23 | 270 | 70 | 71 |
| Binary | 1010101 | 11000110 | 11001111 | 111011 | 100 | 0 | 10011 | 10111000 | 111000 | 111001 |
Color Harmonies of #55C6CF
Complementary color
Monochromatic Colors of #55C6CF
Black with #55C6CF
Text Example
Text Example
White with #55C6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C6CF; }
p { color: rgb(85,198,207); }
H1.HeaderClassName
{
color: #55C6CF;
}
.AnyTagClassName
{
color: #55C6CF;
}
</style>
background-color css
<style>
a { background-color: #55C6CF; }
a { background-color: rgb(85,198,207); }
div.DivClassName
{
background-color: #55C6CF;
}
.BgClassName
{
background-color: #55C6CF;
}
</style>
border-color css
<style>
span { border-color: #55C6CF; }
span { border-color: rgb(85,198,207); }
td.TdClassName
{
border-color: #55C6CF;
}
.TagClassName
{
border-color: #55C6CF;
}
</style>