Shades of Bright Turquoise #27FFE2
Tints of Bright Turquoise #27FFE2
RGB
CMYK
RGB Variations
Color information
#27FFE2 (or 0x27FFE2) is known color: Bright Turquoise. HEX triplet: 27, FF and E2. RGB value is (39,255,226). Sum of RGB (Red+Green+Blue) = 39+255+226=520 (68% of max value = 765). Red value is 39 (15.62% from 255 or 7.5% from 520); Green value is 255 (100% from 255 or 49.04% from 520); Blue value is 226 (88.67% from 255 or 43.46% from 520); Max value from RGB is 255 - color contains mainly: green. Hex color #27FFE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27FFE2 is #D8001D. Grayscale: #BBBBBB. Windows color (decimal): -14155806 or 14876455. OLE color: 14876455.
HSL color Cylindrical-coordinate representation of color #27FFE2: hue angle of 171.94º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #27FFE2 is Cyan = 0.85, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 255 | 226 | - |
| CMYK | 0.85 | 0 | 0.11 | 0 |
| HSL | 171.94º | 1% | 0.58% | - |
| HSV(B) | 171.94º | 0.85% | 1% | - |
| XYZ | 50.32 | 77.44 | 84.25 | - |
| YUV | 187.11 | 149.94 | 22.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 255 | 226 | 0.85 | 0 | 0.11 | 0 | 171.94 | 1 | 0.58 |
| Hex | 27 | FF | E2 | 55 | 0 | B | 0 | AC | 64 | 3A |
| Octal | 47 | 377 | 342 | 125 | 0 | 13 | 0 | 254 | 144 | 72 |
| Binary | 100111 | 11111111 | 11100010 | 1010101 | 0 | 1011 | 0 | 10101100 | 1100100 | 111010 |
Color Harmonies of #27FFE2
Complementary color
Monochromatic Colors of #27FFE2
Black with #27FFE2
Text Example
Text Example
White with #27FFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27FFE2; }
p { color: rgb(39,255,226); }
H1.HeaderClassName
{
color: #27FFE2;
}
.AnyTagClassName
{
color: #27FFE2;
}
</style>
background-color css
<style>
a { background-color: #27FFE2; }
a { background-color: rgb(39,255,226); }
div.DivClassName
{
background-color: #27FFE2;
}
.BgClassName
{
background-color: #27FFE2;
}
</style>
border-color css
<style>
span { border-color: #27FFE2; }
span { border-color: rgb(39,255,226); }
td.TdClassName
{
border-color: #27FFE2;
}
.TagClassName
{
border-color: #27FFE2;
}
</style>