Shades of Turquoise Blue #55D2EE
Tints of Turquoise Blue #55D2EE
RGB
CMYK
RGB Variations
Color information
#55D2EE (or 0x55D2EE) is known color: Turquoise Blue. HEX triplet: 55, D2 and EE. RGB value is (85,210,238). Sum of RGB (Red+Green+Blue) = 85+210+238=533 (70% of max value = 765). Red value is 85 (33.59% from 255 or 15.95% from 533); Green value is 210 (82.42% from 255 or 39.40% from 533); Blue value is 238 (93.36% from 255 or 44.65% from 533); Max value from RGB is 238 - color contains mainly: blue. Hex color #55D2EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55D2EE is #AA2D11. Grayscale: #AFAFAF. Windows color (decimal): -11152658 or 15651413. OLE color: 15651413.
HSL color Cylindrical-coordinate representation of color #55D2EE: hue angle of 190.98º 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 #55D2EE is Cyan = 0.64, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 210 | 238 | - |
| CMYK | 0.64 | 0.12 | 0 | 0.07 |
| HSL | 190.98º | 0.82% | 0.63% | - |
| HSV(B) | 190.98º | 0.64% | 0.93% | - |
| XYZ | 42.23 | 54.2 | 89.12 | - |
| YUV | 175.82 | 163.09 | 63.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 210 | 238 | 0.64 | 0.12 | 0 | 0.07 | 190.98 | 0.82 | 0.63 |
| Hex | 55 | D2 | EE | 40 | C | 0 | 7 | BF | 52 | 3F |
| Octal | 125 | 322 | 356 | 100 | 14 | 0 | 7 | 277 | 122 | 77 |
| Binary | 1010101 | 11010010 | 11101110 | 1000000 | 1100 | 0 | 111 | 10111111 | 1010010 | 111111 |
Color Harmonies of #55D2EE
Complementary color
Monochromatic Colors of #55D2EE
Black with #55D2EE
Text Example
Text Example
White with #55D2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D2EE; }
p { color: rgb(85,210,238); }
H1.HeaderClassName
{
color: #55D2EE;
}
.AnyTagClassName
{
color: #55D2EE;
}
</style>
background-color css
<style>
a { background-color: #55D2EE; }
a { background-color: rgb(85,210,238); }
div.DivClassName
{
background-color: #55D2EE;
}
.BgClassName
{
background-color: #55D2EE;
}
</style>
border-color css
<style>
span { border-color: #55D2EE; }
span { border-color: rgb(85,210,238); }
td.TdClassName
{
border-color: #55D2EE;
}
.TagClassName
{
border-color: #55D2EE;
}
</style>