Shades of Turquoise Blue #55D7EA
Tints of Turquoise Blue #55D7EA
RGB
CMYK
RGB Variations
Color information
#55D7EA (or 0x55D7EA) is known color: Turquoise Blue. HEX triplet: 55, D7 and EA. RGB value is (85,215,234). Sum of RGB (Red+Green+Blue) = 85+215+234=534 (70% of max value = 765). Red value is 85 (33.59% from 255 or 15.92% from 534); Green value is 215 (84.38% from 255 or 40.26% from 534); Blue value is 234 (91.80% from 255 or 43.82% from 534); Max value from RGB is 234 - color contains mainly: blue. Hex color #55D7EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55D7EA is #AA2815. Grayscale: #B2B2B2. Windows color (decimal): -11151382 or 15390549. OLE color: 15390549.
HSL color Cylindrical-coordinate representation of color #55D7EA: hue angle of 187.65º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55D7EA is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 215 | 234 | - |
| CMYK | 0.64 | 0.08 | 0 | 0.08 |
| HSL | 187.65º | 0.78% | 0.63% | - |
| HSV(B) | 187.65º | 0.64% | 0.92% | - |
| XYZ | 42.9 | 56.47 | 86.48 | - |
| YUV | 178.3 | 159.43 | 61.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 215 | 234 | 0.64 | 0.08 | 0 | 0.08 | 187.65 | 0.78 | 0.63 |
| Hex | 55 | D7 | EA | 40 | 8 | 0 | 8 | BC | 4E | 3F |
| Octal | 125 | 327 | 352 | 100 | 10 | 0 | 10 | 274 | 116 | 77 |
| Binary | 1010101 | 11010111 | 11101010 | 1000000 | 1000 | 0 | 1000 | 10111100 | 1001110 | 111111 |
Color Harmonies of #55D7EA
Complementary color
Monochromatic Colors of #55D7EA
Black with #55D7EA
Text Example
Text Example
White with #55D7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D7EA; }
p { color: rgb(85,215,234); }
H1.HeaderClassName
{
color: #55D7EA;
}
.AnyTagClassName
{
color: #55D7EA;
}
</style>
background-color css
<style>
a { background-color: #55D7EA; }
a { background-color: rgb(85,215,234); }
div.DivClassName
{
background-color: #55D7EA;
}
.BgClassName
{
background-color: #55D7EA;
}
</style>
border-color css
<style>
span { border-color: #55D7EA; }
span { border-color: rgb(85,215,234); }
td.TdClassName
{
border-color: #55D7EA;
}
.TagClassName
{
border-color: #55D7EA;
}
</style>