Shades of Bright Turquoise #27F8F0
Tints of Bright Turquoise #27F8F0
RGB
CMYK
RGB Variations
Color information
#27F8F0 (or 0x27F8F0) is known color: Bright Turquoise. HEX triplet: 27, F8 and F0. RGB value is (39,248,240). Sum of RGB (Red+Green+Blue) = 39+248+240=527 (69% of max value = 765). Red value is 39 (15.62% from 255 or 7.40% from 527); Green value is 248 (97.27% from 255 or 47.06% from 527); Blue value is 240 (94.14% from 255 or 45.54% from 527); Max value from RGB is 248 - color contains mainly: green. Hex color #27F8F0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #27F8F0 is #D8070F. Grayscale: #B8B8B8. Windows color (decimal): -14157584 or 15792167. OLE color: 15792167.
HSL color Cylindrical-coordinate representation of color #27F8F0: hue angle of 177.7º 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 #27F8F0 is Cyan = 0.84, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 39 | 248 | 240 | - |
| CMYK | 0.84 | 0 | 0.03 | 0.03 |
| HSL | 177.7º | 0.94% | 0.56% | - |
| HSV(B) | 177.7º | 0.84% | 0.97% | - |
| XYZ | 50.13 | 73.86 | 94.05 | - |
| YUV | 184.6 | 159.26 | 24.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 248 | 240 | 0.84 | 0 | 0.03 | 0.03 | 177.7 | 0.94 | 0.56 |
| Hex | 27 | F8 | F0 | 54 | 0 | 3 | 3 | B2 | 5E | 38 |
| Octal | 47 | 370 | 360 | 124 | 0 | 3 | 3 | 262 | 136 | 70 |
| Binary | 100111 | 11111000 | 11110000 | 1010100 | 0 | 11 | 11 | 10110010 | 1011110 | 111000 |
Color Harmonies of #27F8F0
Complementary color
Monochromatic Colors of #27F8F0
Black with #27F8F0
Text Example
Text Example
White with #27F8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27F8F0; }
p { color: rgb(39,248,240); }
H1.HeaderClassName
{
color: #27F8F0;
}
.AnyTagClassName
{
color: #27F8F0;
}
</style>
background-color css
<style>
a { background-color: #27F8F0; }
a { background-color: rgb(39,248,240); }
div.DivClassName
{
background-color: #27F8F0;
}
.BgClassName
{
background-color: #27F8F0;
}
</style>
border-color css
<style>
span { border-color: #27F8F0; }
span { border-color: rgb(39,248,240); }
td.TdClassName
{
border-color: #27F8F0;
}
.TagClassName
{
border-color: #27F8F0;
}
</style>