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