Shades of Bright Turquoise #27ECEA
Tints of Bright Turquoise #27ECEA
RGB
CMYK
RGB Variations
Color information
#27ECEA (or 0x27ECEA) is known color: Bright Turquoise. HEX triplet: 27, EC and EA. RGB value is (39,236,234). Sum of RGB (Red+Green+Blue) = 39+236+234=509 (67% of max value = 765). Red value is 39 (15.62% from 255 or 7.66% from 509); Green value is 236 (92.58% from 255 or 46.37% from 509); Blue value is 234 (91.80% from 255 or 45.97% from 509); Max value from RGB is 236 - color contains mainly: green. Hex color #27ECEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #27ECEA is #D81315. Grayscale: #B0B0B0. Windows color (decimal): -14160662 or 15395879. OLE color: 15395879.
HSL color Cylindrical-coordinate representation of color #27ECEA: hue angle of 179.39º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27ECEA is Cyan = 0.83, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 39 | 236 | 234 | - |
| CMYK | 0.83 | 0 | 0.01 | 0.07 |
| HSL | 179.39º | 0.84% | 0.54% | - |
| HSV(B) | 179.39º | 0.83% | 0.93% | - |
| XYZ | 45.68 | 66.36 | 88.24 | - |
| YUV | 176.87 | 160.23 | 29.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 236 | 234 | 0.83 | 0 | 0.01 | 0.07 | 179.39 | 0.84 | 0.54 |
| Hex | 27 | EC | EA | 53 | 0 | 1 | 7 | B3 | 54 | 36 |
| Octal | 47 | 354 | 352 | 123 | 0 | 1 | 7 | 263 | 124 | 66 |
| Binary | 100111 | 11101100 | 11101010 | 1010011 | 0 | 1 | 111 | 10110011 | 1010100 | 110110 |
Color Harmonies of #27ECEA
Complementary color
Monochromatic Colors of #27ECEA
Black with #27ECEA
Text Example
Text Example
White with #27ECEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27ECEA; }
p { color: rgb(39,236,234); }
H1.HeaderClassName
{
color: #27ECEA;
}
.AnyTagClassName
{
color: #27ECEA;
}
</style>
background-color css
<style>
a { background-color: #27ECEA; }
a { background-color: rgb(39,236,234); }
div.DivClassName
{
background-color: #27ECEA;
}
.BgClassName
{
background-color: #27ECEA;
}
</style>
border-color css
<style>
span { border-color: #27ECEA; }
span { border-color: rgb(39,236,234); }
td.TdClassName
{
border-color: #27ECEA;
}
.TagClassName
{
border-color: #27ECEA;
}
</style>