Shades of Medium Turquoise #55CFDE
Tints of Medium Turquoise #55CFDE
RGB
CMYK
RGB Variations
Color information
#55CFDE (or 0x55CFDE) is known color: Medium Turquoise. HEX triplet: 55, CF and DE. RGB value is (85,207,222). Sum of RGB (Red+Green+Blue) = 85+207+222=514 (68% of max value = 765). Red value is 85 (33.59% from 255 or 16.54% from 514); Green value is 207 (81.25% from 255 or 40.27% from 514); Blue value is 222 (87.11% from 255 or 43.19% from 514); Max value from RGB is 222 - color contains mainly: blue. Hex color #55CFDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CFDE is #AA3021. Grayscale: #ACACAC. Windows color (decimal): -11153442 or 14602069. OLE color: 14602069.
HSL color Cylindrical-coordinate representation of color #55CFDE: hue angle of 186.57º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55CFDE is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 207 | 222 | - |
| CMYK | 0.62 | 0.07 | 0 | 0.13 |
| HSL | 186.57º | 0.67% | 0.6% | - |
| HSV(B) | 186.57º | 0.62% | 0.87% | - |
| XYZ | 39.24 | 51.83 | 77.04 | - |
| YUV | 172.23 | 156.08 | 65.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 207 | 222 | 0.62 | 0.07 | 0 | 0.13 | 186.57 | 0.67 | 0.6 |
| Hex | 55 | CF | DE | 3E | 7 | 0 | D | BB | 43 | 3C |
| Octal | 125 | 317 | 336 | 76 | 7 | 0 | 15 | 273 | 103 | 74 |
| Binary | 1010101 | 11001111 | 11011110 | 111110 | 111 | 0 | 1101 | 10111011 | 1000011 | 111100 |
Color Harmonies of #55CFDE
Complementary color
Monochromatic Colors of #55CFDE
Black with #55CFDE
Text Example
Text Example
White with #55CFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CFDE; }
p { color: rgb(85,207,222); }
H1.HeaderClassName
{
color: #55CFDE;
}
.AnyTagClassName
{
color: #55CFDE;
}
</style>
background-color css
<style>
a { background-color: #55CFDE; }
a { background-color: rgb(85,207,222); }
div.DivClassName
{
background-color: #55CFDE;
}
.BgClassName
{
background-color: #55CFDE;
}
</style>
border-color css
<style>
span { border-color: #55CFDE; }
span { border-color: rgb(85,207,222); }
td.TdClassName
{
border-color: #55CFDE;
}
.TagClassName
{
border-color: #55CFDE;
}
</style>