Shades of Turquoise Blue #55CCE6
Tints of Turquoise Blue #55CCE6
RGB
CMYK
RGB Variations
Color information
#55CCE6 (or 0x55CCE6) is known color: Turquoise Blue. HEX triplet: 55, CC and E6. RGB value is (85,204,230). Sum of RGB (Red+Green+Blue) = 85+204+230=519 (68% of max value = 765). Red value is 85 (33.59% from 255 or 16.38% from 519); Green value is 204 (80.08% from 255 or 39.31% from 519); Blue value is 230 (90.23% from 255 or 44.32% from 519); Max value from RGB is 230 - color contains mainly: blue. Hex color #55CCE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55CCE6 is #AA3319. Grayscale: #ABABAB. Windows color (decimal): -11154202 or 15125589. OLE color: 15125589.
HSL color Cylindrical-coordinate representation of color #55CCE6: hue angle of 190.76º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55CCE6 is Cyan = 0.63, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 85 | 204 | 230 | - |
| CMYK | 0.63 | 0.11 | 0 | 0.10 |
| HSL | 190.76º | 0.74% | 0.62% | - |
| HSV(B) | 190.76º | 0.63% | 0.9% | - |
| XYZ | 39.62 | 50.83 | 82.59 | - |
| YUV | 171.38 | 161.08 | 66.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 204 | 230 | 0.63 | 0.11 | 0 | 0.10 | 190.76 | 0.74 | 0.62 |
| Hex | 55 | CC | E6 | 3F | B | 0 | A | BF | 4A | 3E |
| Octal | 125 | 314 | 346 | 77 | 13 | 0 | 12 | 277 | 112 | 76 |
| Binary | 1010101 | 11001100 | 11100110 | 111111 | 1011 | 0 | 1010 | 10111111 | 1001010 | 111110 |
Color Harmonies of #55CCE6
Complementary color
Monochromatic Colors of #55CCE6
Black with #55CCE6
Text Example
Text Example
White with #55CCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CCE6; }
p { color: rgb(85,204,230); }
H1.HeaderClassName
{
color: #55CCE6;
}
.AnyTagClassName
{
color: #55CCE6;
}
</style>
background-color css
<style>
a { background-color: #55CCE6; }
a { background-color: rgb(85,204,230); }
div.DivClassName
{
background-color: #55CCE6;
}
.BgClassName
{
background-color: #55CCE6;
}
</style>
border-color css
<style>
span { border-color: #55CCE6; }
span { border-color: rgb(85,204,230); }
td.TdClassName
{
border-color: #55CCE6;
}
.TagClassName
{
border-color: #55CCE6;
}
</style>