Shades of Bright Turquoise #27F8EF
Tints of Bright Turquoise #27F8EF
RGB
CMYK
RGB Variations
Color information
#27F8EF (or 0x27F8EF) is known color: Bright Turquoise. HEX triplet: 27, F8 and EF. RGB value is (39,248,239). Sum of RGB (Red+Green+Blue) = 39+248+239=526 (69% of max value = 765). Red value is 39 (15.62% from 255 or 7.41% from 526); Green value is 248 (97.27% from 255 or 47.15% from 526); Blue value is 239 (93.75% from 255 or 45.44% from 526); Max value from RGB is 248 - color contains mainly: green. Hex color #27F8EF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #27F8EF is #D80710. Grayscale: #B8B8B8. Windows color (decimal): -14157585 or 15726631. OLE color: 15726631.
HSL color Cylindrical-coordinate representation of color #27F8EF: hue angle of 177.42º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27F8EF is Cyan = 0.84, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 39 | 248 | 239 | - |
| CMYK | 0.84 | 0 | 0.04 | 0.03 |
| HSL | 177.42º | 0.94% | 0.56% | - |
| HSV(B) | 177.42º | 0.84% | 0.97% | - |
| XYZ | 49.98 | 73.8 | 93.27 | - |
| YUV | 184.48 | 158.76 | 24.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 248 | 239 | 0.84 | 0 | 0.04 | 0.03 | 177.42 | 0.94 | 0.56 |
| Hex | 27 | F8 | EF | 54 | 0 | 4 | 3 | B1 | 5E | 38 |
| Octal | 47 | 370 | 357 | 124 | 0 | 4 | 3 | 261 | 136 | 70 |
| Binary | 100111 | 11111000 | 11101111 | 1010100 | 0 | 100 | 11 | 10110001 | 1011110 | 111000 |
Color Harmonies of #27F8EF
Complementary color
Monochromatic Colors of #27F8EF
Black with #27F8EF
Text Example
Text Example
White with #27F8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27F8EF; }
p { color: rgb(39,248,239); }
H1.HeaderClassName
{
color: #27F8EF;
}
.AnyTagClassName
{
color: #27F8EF;
}
</style>
background-color css
<style>
a { background-color: #27F8EF; }
a { background-color: rgb(39,248,239); }
div.DivClassName
{
background-color: #27F8EF;
}
.BgClassName
{
background-color: #27F8EF;
}
</style>
border-color css
<style>
span { border-color: #27F8EF; }
span { border-color: rgb(39,248,239); }
td.TdClassName
{
border-color: #27F8EF;
}
.TagClassName
{
border-color: #27F8EF;
}
</style>