Shades of Medium Turquoise #55CDDF
Tints of Medium Turquoise #55CDDF
RGB
CMYK
RGB Variations
Color information
#55CDDF (or 0x55CDDF) is known color: Medium Turquoise. HEX triplet: 55, CD and DF. RGB value is (85,205,223). Sum of RGB (Red+Green+Blue) = 85+205+223=513 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.57% from 513); Green value is 205 (80.47% from 255 or 39.96% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 223 - color contains mainly: blue. Hex color #55CDDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CDDF is #AA3220. Grayscale: #AAAAAA. Windows color (decimal): -11153953 or 14667093. OLE color: 14667093.
HSL color Cylindrical-coordinate representation of color #55CDDF: hue angle of 187.83º degrees, saturation: 0.68, 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 #55CDDF is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 205 | 223 | - |
| CMYK | 0.62 | 0.08 | 0 | 0.13 |
| HSL | 187.83º | 0.68% | 0.6% | - |
| HSV(B) | 187.83º | 0.62% | 0.87% | - |
| XYZ | 38.9 | 50.92 | 77.59 | - |
| YUV | 171.17 | 157.24 | 66.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 205 | 223 | 0.62 | 0.08 | 0 | 0.13 | 187.83 | 0.68 | 0.6 |
| Hex | 55 | CD | DF | 3E | 8 | 0 | D | BC | 44 | 3C |
| Octal | 125 | 315 | 337 | 76 | 10 | 0 | 15 | 274 | 104 | 74 |
| Binary | 1010101 | 11001101 | 11011111 | 111110 | 1000 | 0 | 1101 | 10111100 | 1000100 | 111100 |
Color Harmonies of #55CDDF
Complementary color
Monochromatic Colors of #55CDDF
Black with #55CDDF
Text Example
Text Example
White with #55CDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CDDF; }
p { color: rgb(85,205,223); }
H1.HeaderClassName
{
color: #55CDDF;
}
.AnyTagClassName
{
color: #55CDDF;
}
</style>
background-color css
<style>
a { background-color: #55CDDF; }
a { background-color: rgb(85,205,223); }
div.DivClassName
{
background-color: #55CDDF;
}
.BgClassName
{
background-color: #55CDDF;
}
</style>
border-color css
<style>
span { border-color: #55CDDF; }
span { border-color: rgb(85,205,223); }
td.TdClassName
{
border-color: #55CDDF;
}
.TagClassName
{
border-color: #55CDDF;
}
</style>