Shades of Medium Turquoise #55CFDB
Tints of Medium Turquoise #55CFDB
RGB
CMYK
RGB Variations
Color information
#55CFDB (or 0x55CFDB) is known color: Medium Turquoise. HEX triplet: 55, CF and DB. RGB value is (85,207,219). Sum of RGB (Red+Green+Blue) = 85+207+219=511 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.63% from 511); Green value is 207 (81.25% from 255 or 40.51% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #55CFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CFDB is #AA3024. Grayscale: #ABABAB. Windows color (decimal): -11153445 or 14405461. OLE color: 14405461.
HSL color Cylindrical-coordinate representation of color #55CFDB: hue angle of 185.37º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55CFDB is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 207 | 219 | - |
| CMYK | 0.61 | 0.05 | 0 | 0.14 |
| HSL | 185.37º | 0.65% | 0.6% | - |
| HSV(B) | 185.37º | 0.61% | 0.86% | - |
| XYZ | 38.85 | 51.67 | 74.94 | - |
| YUV | 171.89 | 154.58 | 66.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 207 | 219 | 0.61 | 0.05 | 0 | 0.14 | 185.37 | 0.65 | 0.6 |
| Hex | 55 | CF | DB | 3D | 5 | 0 | E | B9 | 41 | 3C |
| Octal | 125 | 317 | 333 | 75 | 5 | 0 | 16 | 271 | 101 | 74 |
| Binary | 1010101 | 11001111 | 11011011 | 111101 | 101 | 0 | 1110 | 10111001 | 1000001 | 111100 |
Color Harmonies of #55CFDB
Complementary color
Monochromatic Colors of #55CFDB
Black with #55CFDB
Text Example
Text Example
White with #55CFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CFDB; }
p { color: rgb(85,207,219); }
H1.HeaderClassName
{
color: #55CFDB;
}
.AnyTagClassName
{
color: #55CFDB;
}
</style>
background-color css
<style>
a { background-color: #55CFDB; }
a { background-color: rgb(85,207,219); }
div.DivClassName
{
background-color: #55CFDB;
}
.BgClassName
{
background-color: #55CFDB;
}
</style>
border-color css
<style>
span { border-color: #55CFDB; }
span { border-color: rgb(85,207,219); }
td.TdClassName
{
border-color: #55CFDB;
}
.TagClassName
{
border-color: #55CFDB;
}
</style>