Shades of Bright Turquoise #27EFF2
Tints of Bright Turquoise #27EFF2
RGB
CMYK
RGB Variations
Color information
#27EFF2 (or 0x27EFF2) is known color: Bright Turquoise. HEX triplet: 27, EF and F2. RGB value is (39,239,242). Sum of RGB (Red+Green+Blue) = 39+239+242=520 (68% of max value = 765). Red value is 39 (15.62% from 255 or 7.5% from 520); Green value is 239 (93.75% from 255 or 45.96% from 520); Blue value is 242 (94.92% from 255 or 46.54% from 520); Max value from RGB is 242 - color contains mainly: blue. Hex color #27EFF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #27EFF2 is #D8100D. Grayscale: #B3B3B3. Windows color (decimal): -14159886 or 15920935. OLE color: 15920935.
HSL color Cylindrical-coordinate representation of color #27EFF2: hue angle of 180.89º 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 #27EFF2 is Cyan = 0.84, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 39 | 239 | 242 | - |
| CMYK | 0.84 | 0.01 | 0 | 0.05 |
| HSL | 180.89º | 0.89% | 0.55% | - |
| HSV(B) | 180.89º | 0.84% | 0.95% | - |
| XYZ | 47.73 | 68.58 | 94.73 | - |
| YUV | 179.54 | 163.24 | 27.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 239 | 242 | 0.84 | 0.01 | 0 | 0.05 | 180.89 | 0.89 | 0.55 |
| Hex | 27 | EF | F2 | 54 | 1 | 0 | 5 | B5 | 59 | 37 |
| Octal | 47 | 357 | 362 | 124 | 1 | 0 | 5 | 265 | 131 | 67 |
| Binary | 100111 | 11101111 | 11110010 | 1010100 | 1 | 0 | 101 | 10110101 | 1011001 | 110111 |
Color Harmonies of #27EFF2
Complementary color
Monochromatic Colors of #27EFF2
Black with #27EFF2
Text Example
Text Example
White with #27EFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27EFF2; }
p { color: rgb(39,239,242); }
H1.HeaderClassName
{
color: #27EFF2;
}
.AnyTagClassName
{
color: #27EFF2;
}
</style>
background-color css
<style>
a { background-color: #27EFF2; }
a { background-color: rgb(39,239,242); }
div.DivClassName
{
background-color: #27EFF2;
}
.BgClassName
{
background-color: #27EFF2;
}
</style>
border-color css
<style>
span { border-color: #27EFF2; }
span { border-color: rgb(39,239,242); }
td.TdClassName
{
border-color: #27EFF2;
}
.TagClassName
{
border-color: #27EFF2;
}
</style>