Shades of Turquoise Blue #55EEF2
Tints of Turquoise Blue #55EEF2
RGB
CMYK
RGB Variations
Color information
#55EEF2 (or 0x55EEF2) is known color: Turquoise Blue. HEX triplet: 55, EE and F2. RGB value is (85,238,242). Sum of RGB (Red+Green+Blue) = 85+238+242=565 (74% of max value = 765). Red value is 85 (33.59% from 255 or 15.04% from 565); Green value is 238 (93.36% from 255 or 42.12% from 565); Blue value is 242 (94.92% from 255 or 42.83% from 565); Max value from RGB is 242 - color contains mainly: blue. Hex color #55EEF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55EEF2 is #AA110D. Grayscale: #C0C0C0. Windows color (decimal): -11145486 or 15920725. OLE color: 15920725.
HSL color Cylindrical-coordinate representation of color #55EEF2: hue angle of 181.53º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55EEF2 is Cyan = 0.65, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 238 | 242 | - |
| CMYK | 0.65 | 0.02 | 0 | 0.05 |
| HSL | 181.53º | 0.86% | 0.64% | - |
| HSV(B) | 181.53º | 0.65% | 0.95% | - |
| XYZ | 50.35 | 69.49 | 94.76 | - |
| YUV | 192.71 | 155.81 | 51.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 238 | 242 | 0.65 | 0.02 | 0 | 0.05 | 181.53 | 0.86 | 0.64 |
| Hex | 55 | EE | F2 | 41 | 2 | 0 | 5 | B6 | 56 | 40 |
| Octal | 125 | 356 | 362 | 101 | 2 | 0 | 5 | 266 | 126 | 100 |
| Binary | 1010101 | 11101110 | 11110010 | 1000001 | 10 | 0 | 101 | 10110110 | 1010110 | 1000000 |
Color Harmonies of #55EEF2
Complementary color
Monochromatic Colors of #55EEF2
Black with #55EEF2
Text Example
Text Example
White with #55EEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EEF2; }
p { color: rgb(85,238,242); }
H1.HeaderClassName
{
color: #55EEF2;
}
.AnyTagClassName
{
color: #55EEF2;
}
</style>
background-color css
<style>
a { background-color: #55EEF2; }
a { background-color: rgb(85,238,242); }
div.DivClassName
{
background-color: #55EEF2;
}
.BgClassName
{
background-color: #55EEF2;
}
</style>
border-color css
<style>
span { border-color: #55EEF2; }
span { border-color: rgb(85,238,242); }
td.TdClassName
{
border-color: #55EEF2;
}
.TagClassName
{
border-color: #55EEF2;
}
</style>