Shades of Medium Turquoise #55CFCA
Tints of Medium Turquoise #55CFCA
RGB
CMYK
RGB Variations
Color information
#55CFCA (or 0x55CFCA) is known color: Medium Turquoise. HEX triplet: 55, CF and CA. RGB value is (85,207,202). Sum of RGB (Red+Green+Blue) = 85+207+202=494 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.21% from 494); Green value is 207 (81.25% from 255 or 41.90% from 494); Blue value is 202 (79.30% from 255 or 40.89% from 494); Max value from RGB is 207 - color contains mainly: green. Hex color #55CFCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CFCA is #AA3035. Grayscale: #A9A9A9. Windows color (decimal): -11153462 or 13291349. OLE color: 13291349.
HSL color Cylindrical-coordinate representation of color #55CFCA: hue angle of 177.54º 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 #55CFCA is Cyan = 0.59, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 207 | 202 | - |
| CMYK | 0.59 | 0 | 0.02 | 0.19 |
| HSL | 177.54º | 0.56% | 0.57% | - |
| HSV(B) | 177.54º | 0.59% | 0.81% | - |
| XYZ | 36.72 | 50.82 | 63.75 | - |
| YUV | 169.95 | 146.08 | 67.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 207 | 202 | 0.59 | 0 | 0.02 | 0.19 | 177.54 | 0.56 | 0.57 |
| Hex | 55 | CF | CA | 3B | 0 | 2 | 13 | B2 | 38 | 39 |
| Octal | 125 | 317 | 312 | 73 | 0 | 2 | 23 | 262 | 70 | 71 |
| Binary | 1010101 | 11001111 | 11001010 | 111011 | 0 | 10 | 10011 | 10110010 | 111000 | 111001 |
Color Harmonies of #55CFCA
Complementary color
Monochromatic Colors of #55CFCA
Black with #55CFCA
Text Example
Text Example
White with #55CFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CFCA; }
p { color: rgb(85,207,202); }
H1.HeaderClassName
{
color: #55CFCA;
}
.AnyTagClassName
{
color: #55CFCA;
}
</style>
background-color css
<style>
a { background-color: #55CFCA; }
a { background-color: rgb(85,207,202); }
div.DivClassName
{
background-color: #55CFCA;
}
.BgClassName
{
background-color: #55CFCA;
}
</style>
border-color css
<style>
span { border-color: #55CFCA; }
span { border-color: rgb(85,207,202); }
td.TdClassName
{
border-color: #55CFCA;
}
.TagClassName
{
border-color: #55CFCA;
}
</style>