Shades of Bright Turquoise #27EFE5
Tints of Bright Turquoise #27EFE5
RGB
CMYK
RGB Variations
Color information
#27EFE5 (or 0x27EFE5) is known color: Bright Turquoise. HEX triplet: 27, EF and E5. RGB value is (39,239,229). Sum of RGB (Red+Green+Blue) = 39+239+229=507 (67% of max value = 765). Red value is 39 (15.62% from 255 or 7.69% from 507); Green value is 239 (93.75% from 255 or 47.14% from 507); Blue value is 229 (89.84% from 255 or 45.17% from 507); Max value from RGB is 239 - color contains mainly: green. Hex color #27EFE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27EFE5 is #D8101A. Grayscale: #B1B1B1. Windows color (decimal): -14159899 or 15068967. OLE color: 15068967.
HSL color Cylindrical-coordinate representation of color #27EFE5: hue angle of 177º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27EFE5 is Cyan = 0.84, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 39 | 239 | 229 | - |
| CMYK | 0.84 | 0 | 0.04 | 0.06 |
| HSL | 177º | 0.86% | 0.55% | - |
| HSV(B) | 177º | 0.84% | 0.94% | - |
| XYZ | 45.85 | 67.82 | 84.8 | - |
| YUV | 178.06 | 156.74 | 28.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 239 | 229 | 0.84 | 0 | 0.04 | 0.06 | 177 | 0.86 | 0.55 |
| Hex | 27 | EF | E5 | 54 | 0 | 4 | 6 | B1 | 56 | 37 |
| Octal | 47 | 357 | 345 | 124 | 0 | 4 | 6 | 261 | 126 | 67 |
| Binary | 100111 | 11101111 | 11100101 | 1010100 | 0 | 100 | 110 | 10110001 | 1010110 | 110111 |
Color Harmonies of #27EFE5
Complementary color
Monochromatic Colors of #27EFE5
Black with #27EFE5
Text Example
Text Example
White with #27EFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27EFE5; }
p { color: rgb(39,239,229); }
H1.HeaderClassName
{
color: #27EFE5;
}
.AnyTagClassName
{
color: #27EFE5;
}
</style>
background-color css
<style>
a { background-color: #27EFE5; }
a { background-color: rgb(39,239,229); }
div.DivClassName
{
background-color: #27EFE5;
}
.BgClassName
{
background-color: #27EFE5;
}
</style>
border-color css
<style>
span { border-color: #27EFE5; }
span { border-color: rgb(39,239,229); }
td.TdClassName
{
border-color: #27EFE5;
}
.TagClassName
{
border-color: #27EFE5;
}
</style>