Shades of Turquoise Blue #55DDDF
Tints of Turquoise Blue #55DDDF
RGB
CMYK
RGB Variations
Color information
#55DDDF (or 0x55DDDF) is known color: Turquoise Blue. HEX triplet: 55, DD and DF. RGB value is (85,221,223). Sum of RGB (Red+Green+Blue) = 85+221+223=529 (70% of max value = 765). Red value is 85 (33.59% from 255 or 16.07% from 529); Green value is 221 (86.72% from 255 or 41.78% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #55DDDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55DDDF is #AA2220. Grayscale: #B4B4B4. Windows color (decimal): -11149857 or 14671189. OLE color: 14671189.
HSL color Cylindrical-coordinate representation of color #55DDDF: hue angle of 180.87º 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 #55DDDF is Cyan = 0.62, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 221 | 223 | - |
| CMYK | 0.62 | 0.01 | 0 | 0.13 |
| HSL | 180.87º | 0.68% | 0.6% | - |
| HSV(B) | 180.87º | 0.62% | 0.87% | - |
| XYZ | 42.92 | 58.97 | 78.93 | - |
| YUV | 180.56 | 151.94 | 59.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 221 | 223 | 0.62 | 0.01 | 0 | 0.13 | 180.87 | 0.68 | 0.6 |
| Hex | 55 | DD | DF | 3E | 1 | 0 | D | B5 | 44 | 3C |
| Octal | 125 | 335 | 337 | 76 | 1 | 0 | 15 | 265 | 104 | 74 |
| Binary | 1010101 | 11011101 | 11011111 | 111110 | 1 | 0 | 1101 | 10110101 | 1000100 | 111100 |
Color Harmonies of #55DDDF
Complementary color
Monochromatic Colors of #55DDDF
Black with #55DDDF
Text Example
Text Example
White with #55DDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DDDF; }
p { color: rgb(85,221,223); }
H1.HeaderClassName
{
color: #55DDDF;
}
.AnyTagClassName
{
color: #55DDDF;
}
</style>
background-color css
<style>
a { background-color: #55DDDF; }
a { background-color: rgb(85,221,223); }
div.DivClassName
{
background-color: #55DDDF;
}
.BgClassName
{
background-color: #55DDDF;
}
</style>
border-color css
<style>
span { border-color: #55DDDF; }
span { border-color: rgb(85,221,223); }
td.TdClassName
{
border-color: #55DDDF;
}
.TagClassName
{
border-color: #55DDDF;
}
</style>