Shades of Turquoise Blue #55D8DF
Tints of Turquoise Blue #55D8DF
RGB
CMYK
RGB Variations
Color information
#55D8DF (or 0x55D8DF) is known color: Turquoise Blue. HEX triplet: 55, D8 and DF. RGB value is (85,216,223). Sum of RGB (Red+Green+Blue) = 85+216+223=524 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.22% from 524); Green value is 216 (84.77% from 255 or 41.22% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 223 - color contains mainly: blue. Hex color #55D8DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55D8DF is #AA2720. Grayscale: #B1B1B1. Windows color (decimal): -11151137 or 14669909. OLE color: 14669909.
HSL color Cylindrical-coordinate representation of color #55D8DF: hue angle of 183.04º 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 #55D8DF is Cyan = 0.62, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 216 | 223 | - |
| CMYK | 0.62 | 0.03 | 0 | 0.13 |
| HSL | 183.04º | 0.68% | 0.6% | - |
| HSV(B) | 183.04º | 0.62% | 0.87% | - |
| XYZ | 41.62 | 56.37 | 78.5 | - |
| YUV | 177.63 | 153.6 | 61.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 216 | 223 | 0.62 | 0.03 | 0 | 0.13 | 183.04 | 0.68 | 0.6 |
| Hex | 55 | D8 | DF | 3E | 3 | 0 | D | B7 | 44 | 3C |
| Octal | 125 | 330 | 337 | 76 | 3 | 0 | 15 | 267 | 104 | 74 |
| Binary | 1010101 | 11011000 | 11011111 | 111110 | 11 | 0 | 1101 | 10110111 | 1000100 | 111100 |
Color Harmonies of #55D8DF
Complementary color
Monochromatic Colors of #55D8DF
Black with #55D8DF
Text Example
Text Example
White with #55D8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D8DF; }
p { color: rgb(85,216,223); }
H1.HeaderClassName
{
color: #55D8DF;
}
.AnyTagClassName
{
color: #55D8DF;
}
</style>
background-color css
<style>
a { background-color: #55D8DF; }
a { background-color: rgb(85,216,223); }
div.DivClassName
{
background-color: #55D8DF;
}
.BgClassName
{
background-color: #55D8DF;
}
</style>
border-color css
<style>
span { border-color: #55D8DF; }
span { border-color: rgb(85,216,223); }
td.TdClassName
{
border-color: #55D8DF;
}
.TagClassName
{
border-color: #55D8DF;
}
</style>