Shades of Bright Turquoise #27ECF2
Tints of Bright Turquoise #27ECF2
RGB
CMYK
RGB Variations
Color information
#27ECF2 (or 0x27ECF2) is known color: Bright Turquoise. HEX triplet: 27, EC and F2. RGB value is (39,236,242). Sum of RGB (Red+Green+Blue) = 39+236+242=517 (68% of max value = 765). Red value is 39 (15.62% from 255 or 7.54% from 517); Green value is 236 (92.58% from 255 or 45.65% from 517); Blue value is 242 (94.92% from 255 or 46.81% from 517); Max value from RGB is 242 - color contains mainly: blue. Hex color #27ECF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #27ECF2 is #D8130D. Grayscale: #B1B1B1. Windows color (decimal): -14160654 or 15920167. OLE color: 15920167.
HSL color Cylindrical-coordinate representation of color #27ECF2: hue angle of 181.77º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27ECF2 is Cyan = 0.84, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 39 | 236 | 242 | - |
| CMYK | 0.84 | 0.02 | 0 | 0.05 |
| HSL | 181.77º | 0.89% | 0.55% | - |
| HSV(B) | 181.77º | 0.84% | 0.95% | - |
| XYZ | 46.86 | 66.83 | 94.43 | - |
| YUV | 177.78 | 164.23 | 29.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 236 | 242 | 0.84 | 0.02 | 0 | 0.05 | 181.77 | 0.89 | 0.55 |
| Hex | 27 | EC | F2 | 54 | 2 | 0 | 5 | B6 | 59 | 37 |
| Octal | 47 | 354 | 362 | 124 | 2 | 0 | 5 | 266 | 131 | 67 |
| Binary | 100111 | 11101100 | 11110010 | 1010100 | 10 | 0 | 101 | 10110110 | 1011001 | 110111 |
Color Harmonies of #27ECF2
Complementary color
Monochromatic Colors of #27ECF2
Black with #27ECF2
Text Example
Text Example
White with #27ECF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27ECF2; }
p { color: rgb(39,236,242); }
H1.HeaderClassName
{
color: #27ECF2;
}
.AnyTagClassName
{
color: #27ECF2;
}
</style>
background-color css
<style>
a { background-color: #27ECF2; }
a { background-color: rgb(39,236,242); }
div.DivClassName
{
background-color: #27ECF2;
}
.BgClassName
{
background-color: #27ECF2;
}
</style>
border-color css
<style>
span { border-color: #27ECF2; }
span { border-color: rgb(39,236,242); }
td.TdClassName
{
border-color: #27ECF2;
}
.TagClassName
{
border-color: #27ECF2;
}
</style>