Shades of Bright Turquoise #27E3EA
Tints of Bright Turquoise #27E3EA
RGB
CMYK
RGB Variations
Color information
#27E3EA (or 0x27E3EA) is known color: Bright Turquoise. HEX triplet: 27, E3 and EA. RGB value is (39,227,234). Sum of RGB (Red+Green+Blue) = 39+227+234=500 (66% of max value = 765). Red value is 39 (15.62% from 255 or 7.8% from 500); Green value is 227 (89.06% from 255 or 45.4% from 500); Blue value is 234 (91.80% from 255 or 46.8% from 500); Max value from RGB is 234 - color contains mainly: blue. Hex color #27E3EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27E3EA is #D81C15. Grayscale: #ABABAB. Windows color (decimal): -14162966 or 15393575. OLE color: 15393575.
HSL color Cylindrical-coordinate representation of color #27E3EA: hue angle of 182.15º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27E3EA is Cyan = 0.83, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 39 | 227 | 234 | - |
| CMYK | 0.83 | 0.03 | 0 | 0.08 |
| HSL | 182.15º | 0.82% | 0.54% | - |
| HSV(B) | 182.15º | 0.83% | 0.92% | - |
| XYZ | 43.16 | 61.31 | 87.4 | - |
| YUV | 171.59 | 163.22 | 33.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 227 | 234 | 0.83 | 0.03 | 0 | 0.08 | 182.15 | 0.82 | 0.54 |
| Hex | 27 | E3 | EA | 53 | 3 | 0 | 8 | B6 | 52 | 36 |
| Octal | 47 | 343 | 352 | 123 | 3 | 0 | 10 | 266 | 122 | 66 |
| Binary | 100111 | 11100011 | 11101010 | 1010011 | 11 | 0 | 1000 | 10110110 | 1010010 | 110110 |
Color Harmonies of #27E3EA
Complementary color
Monochromatic Colors of #27E3EA
Black with #27E3EA
Text Example
Text Example
White with #27E3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27E3EA; }
p { color: rgb(39,227,234); }
H1.HeaderClassName
{
color: #27E3EA;
}
.AnyTagClassName
{
color: #27E3EA;
}
</style>
background-color css
<style>
a { background-color: #27E3EA; }
a { background-color: rgb(39,227,234); }
div.DivClassName
{
background-color: #27E3EA;
}
.BgClassName
{
background-color: #27E3EA;
}
</style>
border-color css
<style>
span { border-color: #27E3EA; }
span { border-color: rgb(39,227,234); }
td.TdClassName
{
border-color: #27E3EA;
}
.TagClassName
{
border-color: #27E3EA;
}
</style>