Shades of Bright Turquoise #27FFEF
Tints of Bright Turquoise #27FFEF
RGB
CMYK
RGB Variations
Color information
#27FFEF (or 0x27FFEF) is known color: Bright Turquoise. HEX triplet: 27, FF and EF. RGB value is (39,255,239). Sum of RGB (Red+Green+Blue) = 39+255+239=533 (70% of max value = 765). Red value is 39 (15.62% from 255 or 7.32% from 533); Green value is 255 (100% from 255 or 47.84% from 533); Blue value is 239 (93.75% from 255 or 44.84% from 533); Max value from RGB is 255 - color contains mainly: green. Hex color #27FFEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #27FFEF is #D80010. Grayscale: #BCBCBC. Windows color (decimal): -14155793 or 15728423. OLE color: 15728423.
HSL color Cylindrical-coordinate representation of color #27FFEF: hue angle of 175.56º 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 #27FFEF is Cyan = 0.85, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 255 | 239 | - |
| CMYK | 0.85 | 0 | 0.06 | 0 |
| HSL | 175.56º | 1% | 0.58% | - |
| HSV(B) | 175.56º | 0.85% | 1% | - |
| XYZ | 52.18 | 78.18 | 94 | - |
| YUV | 188.59 | 156.44 | 21.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 255 | 239 | 0.85 | 0 | 0.06 | 0 | 175.56 | 1 | 0.58 |
| Hex | 27 | FF | EF | 55 | 0 | 6 | 0 | B0 | 64 | 3A |
| Octal | 47 | 377 | 357 | 125 | 0 | 6 | 0 | 260 | 144 | 72 |
| Binary | 100111 | 11111111 | 11101111 | 1010101 | 0 | 110 | 0 | 10110000 | 1100100 | 111010 |
Color Harmonies of #27FFEF
Complementary color
Monochromatic Colors of #27FFEF
Black with #27FFEF
Text Example
Text Example
White with #27FFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27FFEF; }
p { color: rgb(39,255,239); }
H1.HeaderClassName
{
color: #27FFEF;
}
.AnyTagClassName
{
color: #27FFEF;
}
</style>
background-color css
<style>
a { background-color: #27FFEF; }
a { background-color: rgb(39,255,239); }
div.DivClassName
{
background-color: #27FFEF;
}
.BgClassName
{
background-color: #27FFEF;
}
</style>
border-color css
<style>
span { border-color: #27FFEF; }
span { border-color: rgb(39,255,239); }
td.TdClassName
{
border-color: #27FFEF;
}
.TagClassName
{
border-color: #27FFEF;
}
</style>