Shades of Turquoise Blue #55DFEF
Tints of Turquoise Blue #55DFEF
RGB
CMYK
RGB Variations
Color information
#55DFEF (or 0x55DFEF) is known color: Turquoise Blue. HEX triplet: 55, DF and EF. RGB value is (85,223,239). Sum of RGB (Red+Green+Blue) = 85+223+239=547 (72% of max value = 765). Red value is 85 (33.59% from 255 or 15.54% from 547); Green value is 223 (87.5% from 255 or 40.77% from 547); Blue value is 239 (93.75% from 255 or 43.69% from 547); Max value from RGB is 239 - color contains mainly: blue. Hex color #55DFEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55DFEF is #AA2010. Grayscale: #B7B7B7. Windows color (decimal): -11149329 or 15720277. OLE color: 15720277.
HSL color Cylindrical-coordinate representation of color #55DFEF: hue angle of 186.23º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55DFEF is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 223 | 239 | - |
| CMYK | 0.64 | 0.07 | 0 | 0.06 |
| HSL | 186.23º | 0.83% | 0.64% | - |
| HSV(B) | 186.23º | 0.64% | 0.94% | - |
| XYZ | 45.71 | 60.94 | 91.01 | - |
| YUV | 183.56 | 159.28 | 57.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 223 | 239 | 0.64 | 0.07 | 0 | 0.06 | 186.23 | 0.83 | 0.64 |
| Hex | 55 | DF | EF | 40 | 7 | 0 | 6 | BA | 53 | 40 |
| Octal | 125 | 337 | 357 | 100 | 7 | 0 | 6 | 272 | 123 | 100 |
| Binary | 1010101 | 11011111 | 11101111 | 1000000 | 111 | 0 | 110 | 10111010 | 1010011 | 1000000 |
Color Harmonies of #55DFEF
Complementary color
Monochromatic Colors of #55DFEF
Black with #55DFEF
Text Example
Text Example
White with #55DFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DFEF; }
p { color: rgb(85,223,239); }
H1.HeaderClassName
{
color: #55DFEF;
}
.AnyTagClassName
{
color: #55DFEF;
}
</style>
background-color css
<style>
a { background-color: #55DFEF; }
a { background-color: rgb(85,223,239); }
div.DivClassName
{
background-color: #55DFEF;
}
.BgClassName
{
background-color: #55DFEF;
}
</style>
border-color css
<style>
span { border-color: #55DFEF; }
span { border-color: rgb(85,223,239); }
td.TdClassName
{
border-color: #55DFEF;
}
.TagClassName
{
border-color: #55DFEF;
}
</style>