Shades of Bright Turquoise #27EEE3
Tints of Bright Turquoise #27EEE3
RGB
CMYK
RGB Variations
Color information
#27EEE3 (or 0x27EEE3) is known color: Bright Turquoise. HEX triplet: 27, EE and E3. RGB value is (39,238,227). Sum of RGB (Red+Green+Blue) = 39+238+227=504 (66% of max value = 765). Red value is 39 (15.62% from 255 or 7.74% from 504); Green value is 238 (93.36% from 255 or 47.22% from 504); Blue value is 227 (89.06% from 255 or 45.04% from 504); Max value from RGB is 238 - color contains mainly: green. Hex color #27EEE3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27EEE3 is #D8111C. Grayscale: #B1B1B1. Windows color (decimal): -14160157 or 14937639. OLE color: 14937639.
HSL color Cylindrical-coordinate representation of color #27EEE3: hue angle of 176.68º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27EEE3 is Cyan = 0.84, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 39 | 238 | 227 | - |
| CMYK | 0.84 | 0 | 0.05 | 0.07 |
| HSL | 176.68º | 0.85% | 0.54% | - |
| HSV(B) | 176.68º | 0.84% | 0.93% | - |
| XYZ | 45.28 | 67.13 | 83.24 | - |
| YUV | 177.25 | 156.07 | 29.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 238 | 227 | 0.84 | 0 | 0.05 | 0.07 | 176.68 | 0.85 | 0.54 |
| Hex | 27 | EE | E3 | 54 | 0 | 5 | 7 | B1 | 55 | 36 |
| Octal | 47 | 356 | 343 | 124 | 0 | 5 | 7 | 261 | 125 | 66 |
| Binary | 100111 | 11101110 | 11100011 | 1010100 | 0 | 101 | 111 | 10110001 | 1010101 | 110110 |
Color Harmonies of #27EEE3
Complementary color
Monochromatic Colors of #27EEE3
Black with #27EEE3
Text Example
Text Example
White with #27EEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27EEE3; }
p { color: rgb(39,238,227); }
H1.HeaderClassName
{
color: #27EEE3;
}
.AnyTagClassName
{
color: #27EEE3;
}
</style>
background-color css
<style>
a { background-color: #27EEE3; }
a { background-color: rgb(39,238,227); }
div.DivClassName
{
background-color: #27EEE3;
}
.BgClassName
{
background-color: #27EEE3;
}
</style>
border-color css
<style>
span { border-color: #27EEE3; }
span { border-color: rgb(39,238,227); }
td.TdClassName
{
border-color: #27EEE3;
}
.TagClassName
{
border-color: #27EEE3;
}
</style>