Shades of Turquoise #27F4CF
Tints of Turquoise #27F4CF
RGB
CMYK
RGB Variations
Color information
#27F4CF (or 0x27F4CF) is known color: Turquoise. HEX triplet: 27, F4 and CF. RGB value is (39,244,207). Sum of RGB (Red+Green+Blue) = 39+244+207=490 (64% of max value = 765). Red value is 39 (15.62% from 255 or 7.96% from 490); Green value is 244 (95.70% from 255 or 49.80% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 244 - color contains mainly: green. Hex color #27F4CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27F4CF is #D80B30. Grayscale: #B2B2B2. Windows color (decimal): -14158641 or 13628455. OLE color: 13628455.
HSL color Cylindrical-coordinate representation of color #27F4CF: hue angle of 169.17º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27F4CF is Cyan = 0.84, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 39 | 244 | 207 | - |
| CMYK | 0.84 | 0 | 0.15 | 0.04 |
| HSL | 169.17º | 0.9% | 0.55% | - |
| HSV(B) | 169.17º | 0.84% | 0.96% | - |
| XYZ | 44.45 | 69.64 | 70.13 | - |
| YUV | 178.49 | 144.08 | 28.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 244 | 207 | 0.84 | 0 | 0.15 | 0.04 | 169.17 | 0.9 | 0.55 |
| Hex | 27 | F4 | CF | 54 | 0 | F | 4 | A9 | 5A | 37 |
| Octal | 47 | 364 | 317 | 124 | 0 | 17 | 4 | 251 | 132 | 67 |
| Binary | 100111 | 11110100 | 11001111 | 1010100 | 0 | 1111 | 100 | 10101001 | 1011010 | 110111 |
Color Harmonies of #27F4CF
Complementary color
Monochromatic Colors of #27F4CF
Black with #27F4CF
Text Example
Text Example
White with #27F4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27F4CF; }
p { color: rgb(39,244,207); }
H1.HeaderClassName
{
color: #27F4CF;
}
.AnyTagClassName
{
color: #27F4CF;
}
</style>
background-color css
<style>
a { background-color: #27F4CF; }
a { background-color: rgb(39,244,207); }
div.DivClassName
{
background-color: #27F4CF;
}
.BgClassName
{
background-color: #27F4CF;
}
</style>
border-color css
<style>
span { border-color: #27F4CF; }
span { border-color: rgb(39,244,207); }
td.TdClassName
{
border-color: #27F4CF;
}
.TagClassName
{
border-color: #27F4CF;
}
</style>