Shades of Bright Turquoise #27E8F9
Tints of Bright Turquoise #27E8F9
RGB
CMYK
RGB Variations
Color information
#27E8F9 (or 0x27E8F9) is known color: Bright Turquoise. HEX triplet: 27, E8 and F9. RGB value is (39,232,249). Sum of RGB (Red+Green+Blue) = 39+232+249=520 (68% of max value = 765). Red value is 39 (15.62% from 255 or 7.5% from 520); Green value is 232 (91.02% from 255 or 44.62% from 520); Blue value is 249 (97.66% from 255 or 47.88% from 520); Max value from RGB is 249 - color contains mainly: blue. Hex color #27E8F9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #27E8F9 is #D81706. Grayscale: #AFAFAF. Windows color (decimal): -14161671 or 16377895. OLE color: 16377895.
HSL color Cylindrical-coordinate representation of color #27E8F9: hue angle of 184.86º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27E8F9 is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 39 | 232 | 249 | - |
| CMYK | 0.84 | 0.07 | 0 | 0.02 |
| HSL | 184.86º | 0.95% | 0.56% | - |
| HSV(B) | 184.86º | 0.84% | 0.98% | - |
| XYZ | 46.79 | 64.98 | 99.7 | - |
| YUV | 176.23 | 169.06 | 30.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 232 | 249 | 0.84 | 0.07 | 0 | 0.02 | 184.86 | 0.95 | 0.56 |
| Hex | 27 | E8 | F9 | 54 | 7 | 0 | 2 | B9 | 5F | 38 |
| Octal | 47 | 350 | 371 | 124 | 7 | 0 | 2 | 271 | 137 | 70 |
| Binary | 100111 | 11101000 | 11111001 | 1010100 | 111 | 0 | 10 | 10111001 | 1011111 | 111000 |
Color Harmonies of #27E8F9
Complementary color
Monochromatic Colors of #27E8F9
Black with #27E8F9
Text Example
Text Example
White with #27E8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27E8F9; }
p { color: rgb(39,232,249); }
H1.HeaderClassName
{
color: #27E8F9;
}
.AnyTagClassName
{
color: #27E8F9;
}
</style>
background-color css
<style>
a { background-color: #27E8F9; }
a { background-color: rgb(39,232,249); }
div.DivClassName
{
background-color: #27E8F9;
}
.BgClassName
{
background-color: #27E8F9;
}
</style>
border-color css
<style>
span { border-color: #27E8F9; }
span { border-color: rgb(39,232,249); }
td.TdClassName
{
border-color: #27E8F9;
}
.TagClassName
{
border-color: #27E8F9;
}
</style>