Shades of Bright Turquoise #27F4E1
Tints of Bright Turquoise #27F4E1
RGB
CMYK
RGB Variations
Color information
#27F4E1 (or 0x27F4E1) is known color: Bright Turquoise. HEX triplet: 27, F4 and E1. RGB value is (39,244,225). Sum of RGB (Red+Green+Blue) = 39+244+225=508 (67% of max value = 765). Red value is 39 (15.62% from 255 or 7.68% from 508); Green value is 244 (95.70% from 255 or 48.03% from 508); Blue value is 225 (88.28% from 255 or 44.29% from 508); Max value from RGB is 244 - color contains mainly: green. Hex color #27F4E1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27F4E1 is #D80B1E. Grayscale: #B4B4B4. Windows color (decimal): -14158623 or 14808103. OLE color: 14808103.
HSL color Cylindrical-coordinate representation of color #27F4E1: hue angle of 174.44º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27F4E1 is Cyan = 0.84, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 39 | 244 | 225 | - |
| CMYK | 0.84 | 0 | 0.08 | 0.04 |
| HSL | 174.44º | 0.9% | 0.55% | - |
| HSV(B) | 174.44º | 0.84% | 0.96% | - |
| XYZ | 46.78 | 70.57 | 82.39 | - |
| YUV | 180.54 | 153.08 | 27.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 244 | 225 | 0.84 | 0 | 0.08 | 0.04 | 174.44 | 0.9 | 0.55 |
| Hex | 27 | F4 | E1 | 54 | 0 | 8 | 4 | AE | 5A | 37 |
| Octal | 47 | 364 | 341 | 124 | 0 | 10 | 4 | 256 | 132 | 67 |
| Binary | 100111 | 11110100 | 11100001 | 1010100 | 0 | 1000 | 100 | 10101110 | 1011010 | 110111 |
Color Harmonies of #27F4E1
Complementary color
Monochromatic Colors of #27F4E1
Black with #27F4E1
Text Example
Text Example
White with #27F4E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27F4E1; }
p { color: rgb(39,244,225); }
H1.HeaderClassName
{
color: #27F4E1;
}
.AnyTagClassName
{
color: #27F4E1;
}
</style>
background-color css
<style>
a { background-color: #27F4E1; }
a { background-color: rgb(39,244,225); }
div.DivClassName
{
background-color: #27F4E1;
}
.BgClassName
{
background-color: #27F4E1;
}
</style>
border-color css
<style>
span { border-color: #27F4E1; }
span { border-color: rgb(39,244,225); }
td.TdClassName
{
border-color: #27F4E1;
}
.TagClassName
{
border-color: #27F4E1;
}
</style>