Shades of Turquoise Blue #55DCEE
Tints of Turquoise Blue #55DCEE
RGB
CMYK
RGB Variations
Color information
#55DCEE (or 0x55DCEE) is known color: Turquoise Blue. HEX triplet: 55, DC and EE. RGB value is (85,220,238). Sum of RGB (Red+Green+Blue) = 85+220+238=543 (71% of max value = 765). Red value is 85 (33.59% from 255 or 15.65% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 238 (93.36% from 255 or 43.83% from 543); Max value from RGB is 238 - color contains mainly: blue. Hex color #55DCEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55DCEE is #AA2311. Grayscale: #B5B5B5. Windows color (decimal): -11150098 or 15653973. OLE color: 15653973.
HSL color Cylindrical-coordinate representation of color #55DCEE: hue angle of 187.06º 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 #55DCEE is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 220 | 238 | - |
| CMYK | 0.64 | 0.08 | 0 | 0.07 |
| HSL | 187.06º | 0.82% | 0.63% | - |
| HSV(B) | 187.06º | 0.64% | 0.93% | - |
| XYZ | 44.77 | 59.29 | 89.97 | - |
| YUV | 181.69 | 159.77 | 59.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 220 | 238 | 0.64 | 0.08 | 0 | 0.07 | 187.06 | 0.82 | 0.63 |
| Hex | 55 | DC | EE | 40 | 8 | 0 | 7 | BB | 52 | 3F |
| Octal | 125 | 334 | 356 | 100 | 10 | 0 | 7 | 273 | 122 | 77 |
| Binary | 1010101 | 11011100 | 11101110 | 1000000 | 1000 | 0 | 111 | 10111011 | 1010010 | 111111 |
Color Harmonies of #55DCEE
Complementary color
Monochromatic Colors of #55DCEE
Black with #55DCEE
Text Example
Text Example
White with #55DCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DCEE; }
p { color: rgb(85,220,238); }
H1.HeaderClassName
{
color: #55DCEE;
}
.AnyTagClassName
{
color: #55DCEE;
}
</style>
background-color css
<style>
a { background-color: #55DCEE; }
a { background-color: rgb(85,220,238); }
div.DivClassName
{
background-color: #55DCEE;
}
.BgClassName
{
background-color: #55DCEE;
}
</style>
border-color css
<style>
span { border-color: #55DCEE; }
span { border-color: rgb(85,220,238); }
td.TdClassName
{
border-color: #55DCEE;
}
.TagClassName
{
border-color: #55DCEE;
}
</style>