Shades of Medium Turquoise #55C8BE
Tints of Medium Turquoise #55C8BE
RGB
CMYK
RGB Variations
Color information
#55C8BE (or 0x55C8BE) is known color: Medium Turquoise. HEX triplet: 55, C8 and BE. RGB value is (85,200,190). Sum of RGB (Red+Green+Blue) = 85+200+190=475 (62% of max value = 765). Red value is 85 (33.59% from 255 or 17.89% from 475); Green value is 200 (78.52% from 255 or 42.11% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 200 - color contains mainly: green. Hex color #55C8BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55C8BE is #AA3741. Grayscale: #A4A4A4. Windows color (decimal): -11155266 or 12503125. OLE color: 12503125.
HSL color Cylindrical-coordinate representation of color #55C8BE: hue angle of 174.78º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C8BE is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 85 | 200 | 190 | - |
| CMYK | 0.58 | 0 | 0.05 | 0.22 |
| HSL | 174.78º | 0.51% | 0.56% | - |
| HSV(B) | 174.78º | 0.58% | 0.78% | - |
| XYZ | 33.69 | 46.96 | 56 | - |
| YUV | 164.48 | 142.4 | 71.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 200 | 190 | 0.58 | 0 | 0.05 | 0.22 | 174.78 | 0.51 | 0.56 |
| Hex | 55 | C8 | BE | 3A | 0 | 5 | 16 | AF | 33 | 38 |
| Octal | 125 | 310 | 276 | 72 | 0 | 5 | 26 | 257 | 63 | 70 |
| Binary | 1010101 | 11001000 | 10111110 | 111010 | 0 | 101 | 10110 | 10101111 | 110011 | 111000 |
Color Harmonies of #55C8BE
Complementary color
Monochromatic Colors of #55C8BE
Black with #55C8BE
Text Example
Text Example
White with #55C8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C8BE; }
p { color: rgb(85,200,190); }
H1.HeaderClassName
{
color: #55C8BE;
}
.AnyTagClassName
{
color: #55C8BE;
}
</style>
background-color css
<style>
a { background-color: #55C8BE; }
a { background-color: rgb(85,200,190); }
div.DivClassName
{
background-color: #55C8BE;
}
.BgClassName
{
background-color: #55C8BE;
}
</style>
border-color css
<style>
span { border-color: #55C8BE; }
span { border-color: rgb(85,200,190); }
td.TdClassName
{
border-color: #55C8BE;
}
.TagClassName
{
border-color: #55C8BE;
}
</style>