Shades of Turquoise #27F8D1
Tints of Turquoise #27F8D1
RGB
CMYK
RGB Variations
Color information
#27F8D1 (or 0x27F8D1) is known color: Turquoise. HEX triplet: 27, F8 and D1. RGB value is (39,248,209). Sum of RGB (Red+Green+Blue) = 39+248+209=496 (65% of max value = 765). Red value is 39 (15.62% from 255 or 7.86% from 496); Green value is 248 (97.27% from 255 or 50% from 496); Blue value is 209 (82.03% from 255 or 42.14% from 496); Max value from RGB is 248 - color contains mainly: green. Hex color #27F8D1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27F8D1 is #D8072E. Grayscale: #B5B5B5. Windows color (decimal): -14157615 or 13760551. OLE color: 13760551.
HSL color Cylindrical-coordinate representation of color #27F8D1: hue angle of 168.8º 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 #27F8D1 is Cyan = 0.84, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 39 | 248 | 209 | - |
| CMYK | 0.84 | 0 | 0.16 | 0.03 |
| HSL | 168.8º | 0.94% | 0.56% | - |
| HSV(B) | 168.8º | 0.84% | 0.97% | - |
| XYZ | 45.91 | 72.17 | 71.83 | - |
| YUV | 181.06 | 143.76 | 26.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 248 | 209 | 0.84 | 0 | 0.16 | 0.03 | 168.8 | 0.94 | 0.56 |
| Hex | 27 | F8 | D1 | 54 | 0 | 10 | 3 | A9 | 5E | 38 |
| Octal | 47 | 370 | 321 | 124 | 0 | 20 | 3 | 251 | 136 | 70 |
| Binary | 100111 | 11111000 | 11010001 | 1010100 | 0 | 10000 | 11 | 10101001 | 1011110 | 111000 |
Color Harmonies of #27F8D1
Complementary color
Monochromatic Colors of #27F8D1
Black with #27F8D1
Text Example
Text Example
White with #27F8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27F8D1; }
p { color: rgb(39,248,209); }
H1.HeaderClassName
{
color: #27F8D1;
}
.AnyTagClassName
{
color: #27F8D1;
}
</style>
background-color css
<style>
a { background-color: #27F8D1; }
a { background-color: rgb(39,248,209); }
div.DivClassName
{
background-color: #27F8D1;
}
.BgClassName
{
background-color: #27F8D1;
}
</style>
border-color css
<style>
span { border-color: #27F8D1; }
span { border-color: rgb(39,248,209); }
td.TdClassName
{
border-color: #27F8D1;
}
.TagClassName
{
border-color: #27F8D1;
}
</style>