Shades of Medium Turquoise #55CFBA
Tints of Medium Turquoise #55CFBA
RGB
CMYK
RGB Variations
Color information
#55CFBA (or 0x55CFBA) is known color: Medium Turquoise. HEX triplet: 55, CF and BA. RGB value is (85,207,186). Sum of RGB (Red+Green+Blue) = 85+207+186=478 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.78% from 478); Green value is 207 (81.25% from 255 or 43.31% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 207 - color contains mainly: green. Hex color #55CFBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CFBA is #AA3045. Grayscale: #A8A8A8. Windows color (decimal): -11153478 or 12242773. OLE color: 12242773.
HSL color Cylindrical-coordinate representation of color #55CFBA: hue angle of 169.67º 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 #55CFBA is Cyan = 0.59, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 207 | 186 | - |
| CMYK | 0.59 | 0 | 0.10 | 0.19 |
| HSL | 169.67º | 0.56% | 0.57% | - |
| HSV(B) | 169.67º | 0.59% | 0.81% | - |
| XYZ | 34.92 | 50.1 | 54.28 | - |
| YUV | 168.13 | 138.08 | 68.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 207 | 186 | 0.59 | 0 | 0.10 | 0.19 | 169.67 | 0.56 | 0.57 |
| Hex | 55 | CF | BA | 3B | 0 | A | 13 | AA | 38 | 39 |
| Octal | 125 | 317 | 272 | 73 | 0 | 12 | 23 | 252 | 70 | 71 |
| Binary | 1010101 | 11001111 | 10111010 | 111011 | 0 | 1010 | 10011 | 10101010 | 111000 | 111001 |
Color Harmonies of #55CFBA
Complementary color
Monochromatic Colors of #55CFBA
Black with #55CFBA
Text Example
Text Example
White with #55CFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CFBA; }
p { color: rgb(85,207,186); }
H1.HeaderClassName
{
color: #55CFBA;
}
.AnyTagClassName
{
color: #55CFBA;
}
</style>
background-color css
<style>
a { background-color: #55CFBA; }
a { background-color: rgb(85,207,186); }
div.DivClassName
{
background-color: #55CFBA;
}
.BgClassName
{
background-color: #55CFBA;
}
</style>
border-color css
<style>
span { border-color: #55CFBA; }
span { border-color: rgb(85,207,186); }
td.TdClassName
{
border-color: #55CFBA;
}
.TagClassName
{
border-color: #55CFBA;
}
</style>