Shades of Bright Turquoise #27E6EA
Tints of Bright Turquoise #27E6EA
RGB
CMYK
RGB Variations
Color information
#27E6EA (or 0x27E6EA) is known color: Bright Turquoise. HEX triplet: 27, E6 and EA. RGB value is (39,230,234). Sum of RGB (Red+Green+Blue) = 39+230+234=503 (66% of max value = 765). Red value is 39 (15.62% from 255 or 7.75% from 503); Green value is 230 (90.23% from 255 or 45.73% from 503); Blue value is 234 (91.80% from 255 or 46.52% from 503); Max value from RGB is 234 - color contains mainly: blue. Hex color #27E6EA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #27E6EA is #D81915. Grayscale: #ADADAD. Windows color (decimal): -14162198 or 15394343. OLE color: 15394343.
HSL color Cylindrical-coordinate representation of color #27E6EA: hue angle of 181.23º 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 #27E6EA is Cyan = 0.83, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 39 | 230 | 234 | - |
| CMYK | 0.83 | 0.02 | 0 | 0.08 |
| HSL | 181.23º | 0.82% | 0.54% | - |
| HSV(B) | 181.23º | 0.83% | 0.92% | - |
| XYZ | 43.98 | 62.97 | 87.68 | - |
| YUV | 173.35 | 162.22 | 32.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 230 | 234 | 0.83 | 0.02 | 0 | 0.08 | 181.23 | 0.82 | 0.54 |
| Hex | 27 | E6 | EA | 53 | 2 | 0 | 8 | B5 | 52 | 36 |
| Octal | 47 | 346 | 352 | 123 | 2 | 0 | 10 | 265 | 122 | 66 |
| Binary | 100111 | 11100110 | 11101010 | 1010011 | 10 | 0 | 1000 | 10110101 | 1010010 | 110110 |
Color Harmonies of #27E6EA
Complementary color
Monochromatic Colors of #27E6EA
Black with #27E6EA
Text Example
Text Example
White with #27E6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27E6EA; }
p { color: rgb(39,230,234); }
H1.HeaderClassName
{
color: #27E6EA;
}
.AnyTagClassName
{
color: #27E6EA;
}
</style>
background-color css
<style>
a { background-color: #27E6EA; }
a { background-color: rgb(39,230,234); }
div.DivClassName
{
background-color: #27E6EA;
}
.BgClassName
{
background-color: #27E6EA;
}
</style>
border-color css
<style>
span { border-color: #27E6EA; }
span { border-color: rgb(39,230,234); }
td.TdClassName
{
border-color: #27E6EA;
}
.TagClassName
{
border-color: #27E6EA;
}
</style>