Shades of Turquoise Blue #55DBDF
Tints of Turquoise Blue #55DBDF
RGB
CMYK
RGB Variations
Color information
#55DBDF (or 0x55DBDF) is known color: Turquoise Blue. HEX triplet: 55, DB and DF. RGB value is (85,219,223). Sum of RGB (Red+Green+Blue) = 85+219+223=527 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.13% from 527); Green value is 219 (85.94% from 255 or 41.56% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 223 - color contains mainly: blue. Hex color #55DBDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55DBDF is #AA2420. Grayscale: #B3B3B3. Windows color (decimal): -11150369 or 14670677. OLE color: 14670677.
HSL color Cylindrical-coordinate representation of color #55DBDF: hue angle of 181.74º 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 #55DBDF is Cyan = 0.62, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 219 | 223 | - |
| CMYK | 0.62 | 0.02 | 0 | 0.13 |
| HSL | 181.74º | 0.68% | 0.6% | - |
| HSV(B) | 181.74º | 0.62% | 0.87% | - |
| XYZ | 42.4 | 57.92 | 78.76 | - |
| YUV | 179.39 | 152.61 | 60.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 219 | 223 | 0.62 | 0.02 | 0 | 0.13 | 181.74 | 0.68 | 0.6 |
| Hex | 55 | DB | DF | 3E | 2 | 0 | D | B6 | 44 | 3C |
| Octal | 125 | 333 | 337 | 76 | 2 | 0 | 15 | 266 | 104 | 74 |
| Binary | 1010101 | 11011011 | 11011111 | 111110 | 10 | 0 | 1101 | 10110110 | 1000100 | 111100 |
Color Harmonies of #55DBDF
Complementary color
Monochromatic Colors of #55DBDF
Black with #55DBDF
Text Example
Text Example
White with #55DBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DBDF; }
p { color: rgb(85,219,223); }
H1.HeaderClassName
{
color: #55DBDF;
}
.AnyTagClassName
{
color: #55DBDF;
}
</style>
background-color css
<style>
a { background-color: #55DBDF; }
a { background-color: rgb(85,219,223); }
div.DivClassName
{
background-color: #55DBDF;
}
.BgClassName
{
background-color: #55DBDF;
}
</style>
border-color css
<style>
span { border-color: #55DBDF; }
span { border-color: rgb(85,219,223); }
td.TdClassName
{
border-color: #55DBDF;
}
.TagClassName
{
border-color: #55DBDF;
}
</style>