Shades of Turquoise #27F7D5
Tints of Turquoise #27F7D5
RGB
CMYK
RGB Variations
Color information
#27F7D5 (or 0x27F7D5) is known color: Turquoise. HEX triplet: 27, F7 and D5. RGB value is (39,247,213). Sum of RGB (Red+Green+Blue) = 39+247+213=499 (66% of max value = 765). Red value is 39 (15.62% from 255 or 7.82% from 499); Green value is 247 (96.88% from 255 or 49.50% from 499); Blue value is 213 (83.59% from 255 or 42.69% from 499); Max value from RGB is 247 - color contains mainly: green. Hex color #27F7D5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27F7D5 is #D8082A. Grayscale: #B4B4B4. Windows color (decimal): -14157867 or 14022439. OLE color: 14022439.
HSL color Cylindrical-coordinate representation of color #27F7D5: hue angle of 170.19º 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 #27F7D5 is Cyan = 0.84, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 39 | 247 | 213 | - |
| CMYK | 0.84 | 0 | 0.14 | 0.03 |
| HSL | 170.19º | 0.93% | 0.56% | - |
| HSV(B) | 170.19º | 0.84% | 0.97% | - |
| XYZ | 46.11 | 71.76 | 74.37 | - |
| YUV | 180.93 | 146.09 | 26.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 247 | 213 | 0.84 | 0 | 0.14 | 0.03 | 170.19 | 0.93 | 0.56 |
| Hex | 27 | F7 | D5 | 54 | 0 | E | 3 | AA | 5D | 38 |
| Octal | 47 | 367 | 325 | 124 | 0 | 16 | 3 | 252 | 135 | 70 |
| Binary | 100111 | 11110111 | 11010101 | 1010100 | 0 | 1110 | 11 | 10101010 | 1011101 | 111000 |
Color Harmonies of #27F7D5
Complementary color
Monochromatic Colors of #27F7D5
Black with #27F7D5
Text Example
Text Example
White with #27F7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27F7D5; }
p { color: rgb(39,247,213); }
H1.HeaderClassName
{
color: #27F7D5;
}
.AnyTagClassName
{
color: #27F7D5;
}
</style>
background-color css
<style>
a { background-color: #27F7D5; }
a { background-color: rgb(39,247,213); }
div.DivClassName
{
background-color: #27F7D5;
}
.BgClassName
{
background-color: #27F7D5;
}
</style>
border-color css
<style>
span { border-color: #27F7D5; }
span { border-color: rgb(39,247,213); }
td.TdClassName
{
border-color: #27F7D5;
}
.TagClassName
{
border-color: #27F7D5;
}
</style>