Shades of Bright Turquoise #27E7E4
Tints of Bright Turquoise #27E7E4
RGB
CMYK
RGB Variations
Color information
#27E7E4 (or 0x27E7E4) is known color: Bright Turquoise. HEX triplet: 27, E7 and E4. RGB value is (39,231,228). Sum of RGB (Red+Green+Blue) = 39+231+228=498 (65% of max value = 765). Red value is 39 (15.62% from 255 or 7.83% from 498); Green value is 231 (90.62% from 255 or 46.39% from 498); Blue value is 228 (89.45% from 255 or 45.78% from 498); Max value from RGB is 231 - color contains mainly: green. Hex color #27E7E4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27E7E4 is #D8181B. Grayscale: #ADADAD. Windows color (decimal): -14161948 or 15001383. OLE color: 15001383.
HSL color Cylindrical-coordinate representation of color #27E7E4: hue angle of 179.06º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27E7E4 is Cyan = 0.83, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 39 | 231 | 228 | - |
| CMYK | 0.83 | 0 | 0.01 | 0.09 |
| HSL | 179.06º | 0.8% | 0.53% | - |
| HSV(B) | 179.06º | 0.83% | 0.91% | - |
| XYZ | 43.42 | 63.18 | 83.31 | - |
| YUV | 173.25 | 158.89 | 32.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 231 | 228 | 0.83 | 0 | 0.01 | 0.09 | 179.06 | 0.8 | 0.53 |
| Hex | 27 | E7 | E4 | 53 | 0 | 1 | 9 | B3 | 50 | 35 |
| Octal | 47 | 347 | 344 | 123 | 0 | 1 | 11 | 263 | 120 | 65 |
| Binary | 100111 | 11100111 | 11100100 | 1010011 | 0 | 1 | 1001 | 10110011 | 1010000 | 110101 |
Color Harmonies of #27E7E4
Complementary color
Monochromatic Colors of #27E7E4
Black with #27E7E4
Text Example
Text Example
White with #27E7E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27E7E4; }
p { color: rgb(39,231,228); }
H1.HeaderClassName
{
color: #27E7E4;
}
.AnyTagClassName
{
color: #27E7E4;
}
</style>
background-color css
<style>
a { background-color: #27E7E4; }
a { background-color: rgb(39,231,228); }
div.DivClassName
{
background-color: #27E7E4;
}
.BgClassName
{
background-color: #27E7E4;
}
</style>
border-color css
<style>
span { border-color: #27E7E4; }
span { border-color: rgb(39,231,228); }
td.TdClassName
{
border-color: #27E7E4;
}
.TagClassName
{
border-color: #27E7E4;
}
</style>