Shades of Medium Turquoise #55CFC1
Tints of Medium Turquoise #55CFC1
RGB
CMYK
RGB Variations
Color information
#55CFC1 (or 0x55CFC1) is known color: Medium Turquoise. HEX triplet: 55, CF and C1. RGB value is (85,207,193). Sum of RGB (Red+Green+Blue) = 85+207+193=485 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.53% from 485); Green value is 207 (81.25% from 255 or 42.68% from 485); Blue value is 193 (75.78% from 255 or 39.79% from 485); Max value from RGB is 207 - color contains mainly: green. Hex color #55CFC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CFC1 is #AA303E. Grayscale: #A8A8A8. Windows color (decimal): -11153471 or 12701525. OLE color: 12701525.
HSL color Cylindrical-coordinate representation of color #55CFC1: hue angle of 173.11º 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 #55CFC1 is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 207 | 193 | - |
| CMYK | 0.59 | 0 | 0.07 | 0.19 |
| HSL | 173.11º | 0.56% | 0.57% | - |
| HSV(B) | 173.11º | 0.59% | 0.81% | - |
| XYZ | 35.68 | 50.41 | 58.3 | - |
| YUV | 168.93 | 141.58 | 68.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 207 | 193 | 0.59 | 0 | 0.07 | 0.19 | 173.11 | 0.56 | 0.57 |
| Hex | 55 | CF | C1 | 3B | 0 | 7 | 13 | AD | 38 | 39 |
| Octal | 125 | 317 | 301 | 73 | 0 | 7 | 23 | 255 | 70 | 71 |
| Binary | 1010101 | 11001111 | 11000001 | 111011 | 0 | 111 | 10011 | 10101101 | 111000 | 111001 |
Color Harmonies of #55CFC1
Complementary color
Monochromatic Colors of #55CFC1
Black with #55CFC1
Text Example
Text Example
White with #55CFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CFC1; }
p { color: rgb(85,207,193); }
H1.HeaderClassName
{
color: #55CFC1;
}
.AnyTagClassName
{
color: #55CFC1;
}
</style>
background-color css
<style>
a { background-color: #55CFC1; }
a { background-color: rgb(85,207,193); }
div.DivClassName
{
background-color: #55CFC1;
}
.BgClassName
{
background-color: #55CFC1;
}
</style>
border-color css
<style>
span { border-color: #55CFC1; }
span { border-color: rgb(85,207,193); }
td.TdClassName
{
border-color: #55CFC1;
}
.TagClassName
{
border-color: #55CFC1;
}
</style>