Shades of Turquoise Blue #55DFE9
Tints of Turquoise Blue #55DFE9
RGB
CMYK
RGB Variations
Color information
#55DFE9 (or 0x55DFE9) is known color: Turquoise Blue. HEX triplet: 55, DF and E9. RGB value is (85,223,233). Sum of RGB (Red+Green+Blue) = 85+223+233=541 (71% of max value = 765). Red value is 85 (33.59% from 255 or 15.71% from 541); Green value is 223 (87.5% from 255 or 41.22% from 541); Blue value is 233 (91.41% from 255 or 43.07% from 541); Max value from RGB is 233 - color contains mainly: blue. Hex color #55DFE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55DFE9 is #AA2016. Grayscale: #B6B6B6. Windows color (decimal): -11149335 or 15327061. OLE color: 15327061.
HSL color Cylindrical-coordinate representation of color #55DFE9: hue angle of 184.05º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55DFE9 is Cyan = 0.64, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 85 | 223 | 233 | - |
| CMYK | 0.64 | 0.04 | 0 | 0.09 |
| HSL | 184.05º | 0.77% | 0.62% | - |
| HSV(B) | 184.05º | 0.64% | 0.91% | - |
| XYZ | 44.84 | 60.59 | 86.42 | - |
| YUV | 182.88 | 156.28 | 58.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 223 | 233 | 0.64 | 0.04 | 0 | 0.09 | 184.05 | 0.77 | 0.62 |
| Hex | 55 | DF | E9 | 40 | 4 | 0 | 9 | B8 | 4D | 3E |
| Octal | 125 | 337 | 351 | 100 | 4 | 0 | 11 | 270 | 115 | 76 |
| Binary | 1010101 | 11011111 | 11101001 | 1000000 | 100 | 0 | 1001 | 10111000 | 1001101 | 111110 |
Color Harmonies of #55DFE9
Complementary color
Monochromatic Colors of #55DFE9
Black with #55DFE9
Text Example
Text Example
White with #55DFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DFE9; }
p { color: rgb(85,223,233); }
H1.HeaderClassName
{
color: #55DFE9;
}
.AnyTagClassName
{
color: #55DFE9;
}
</style>
background-color css
<style>
a { background-color: #55DFE9; }
a { background-color: rgb(85,223,233); }
div.DivClassName
{
background-color: #55DFE9;
}
.BgClassName
{
background-color: #55DFE9;
}
</style>
border-color css
<style>
span { border-color: #55DFE9; }
span { border-color: rgb(85,223,233); }
td.TdClassName
{
border-color: #55DFE9;
}
.TagClassName
{
border-color: #55DFE9;
}
</style>