Shades of Turquoise #27F7D0
Tints of Turquoise #27F7D0
RGB
CMYK
RGB Variations
Color information
#27F7D0 (or 0x27F7D0) is known color: Turquoise. HEX triplet: 27, F7 and D0. RGB value is (39,247,208). Sum of RGB (Red+Green+Blue) = 39+247+208=494 (65% of max value = 765). Red value is 39 (15.62% from 255 or 7.89% from 494); Green value is 247 (96.88% from 255 or 50% from 494); Blue value is 208 (81.64% from 255 or 42.11% from 494); Max value from RGB is 247 - color contains mainly: green. Hex color #27F7D0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27F7D0 is #D8082F. Grayscale: #B4B4B4. Windows color (decimal): -14157872 or 13694759. OLE color: 13694759.
HSL color Cylindrical-coordinate representation of color #27F7D0: hue angle of 168.75º degrees, saturation: 0.93, 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 #27F7D0 is Cyan = 0.84, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 39 | 247 | 208 | - |
| CMYK | 0.84 | 0 | 0.16 | 0.03 |
| HSL | 168.75º | 0.93% | 0.56% | - |
| HSV(B) | 168.75º | 0.84% | 0.97% | - |
| XYZ | 45.48 | 71.51 | 71.08 | - |
| YUV | 180.36 | 143.59 | 27.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 247 | 208 | 0.84 | 0 | 0.16 | 0.03 | 168.75 | 0.93 | 0.56 |
| Hex | 27 | F7 | D0 | 54 | 0 | 10 | 3 | A9 | 5D | 38 |
| Octal | 47 | 367 | 320 | 124 | 0 | 20 | 3 | 251 | 135 | 70 |
| Binary | 100111 | 11110111 | 11010000 | 1010100 | 0 | 10000 | 11 | 10101001 | 1011101 | 111000 |
Color Harmonies of #27F7D0
Complementary color
Monochromatic Colors of #27F7D0
Black with #27F7D0
Text Example
Text Example
White with #27F7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27F7D0; }
p { color: rgb(39,247,208); }
H1.HeaderClassName
{
color: #27F7D0;
}
.AnyTagClassName
{
color: #27F7D0;
}
</style>
background-color css
<style>
a { background-color: #27F7D0; }
a { background-color: rgb(39,247,208); }
div.DivClassName
{
background-color: #27F7D0;
}
.BgClassName
{
background-color: #27F7D0;
}
</style>
border-color css
<style>
span { border-color: #27F7D0; }
span { border-color: rgb(39,247,208); }
td.TdClassName
{
border-color: #27F7D0;
}
.TagClassName
{
border-color: #27F7D0;
}
</style>