Shades of Turquoise Blue #55D0EE
Tints of Turquoise Blue #55D0EE
RGB
CMYK
RGB Variations
Color information
#55D0EE (or 0x55D0EE) is known color: Turquoise Blue. HEX triplet: 55, D0 and EE. RGB value is (85,208,238). Sum of RGB (Red+Green+Blue) = 85+208+238=531 (70% of max value = 765). Red value is 85 (33.59% from 255 or 16.01% from 531); Green value is 208 (81.64% from 255 or 39.17% from 531); Blue value is 238 (93.36% from 255 or 44.82% from 531); Max value from RGB is 238 - color contains mainly: blue. Hex color #55D0EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55D0EE is #AA2F11. Grayscale: #AEAEAE. Windows color (decimal): -11153170 or 15650901. OLE color: 15650901.
HSL color Cylindrical-coordinate representation of color #55D0EE: hue angle of 191.76º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55D0EE is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 208 | 238 | - |
| CMYK | 0.64 | 0.13 | 0 | 0.07 |
| HSL | 191.76º | 0.82% | 0.63% | - |
| HSV(B) | 191.76º | 0.64% | 0.93% | - |
| XYZ | 41.73 | 53.22 | 88.96 | - |
| YUV | 174.64 | 163.75 | 64.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 208 | 238 | 0.64 | 0.13 | 0 | 0.07 | 191.76 | 0.82 | 0.63 |
| Hex | 55 | D0 | EE | 40 | D | 0 | 7 | C0 | 52 | 3F |
| Octal | 125 | 320 | 356 | 100 | 15 | 0 | 7 | 300 | 122 | 77 |
| Binary | 1010101 | 11010000 | 11101110 | 1000000 | 1101 | 0 | 111 | 11000000 | 1010010 | 111111 |
Color Harmonies of #55D0EE
Complementary color
Monochromatic Colors of #55D0EE
Black with #55D0EE
Text Example
Text Example
White with #55D0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D0EE; }
p { color: rgb(85,208,238); }
H1.HeaderClassName
{
color: #55D0EE;
}
.AnyTagClassName
{
color: #55D0EE;
}
</style>
background-color css
<style>
a { background-color: #55D0EE; }
a { background-color: rgb(85,208,238); }
div.DivClassName
{
background-color: #55D0EE;
}
.BgClassName
{
background-color: #55D0EE;
}
</style>
border-color css
<style>
span { border-color: #55D0EE; }
span { border-color: rgb(85,208,238); }
td.TdClassName
{
border-color: #55D0EE;
}
.TagClassName
{
border-color: #55D0EE;
}
</style>