Shades of Turquoise #27E5CF
Tints of Turquoise #27E5CF
RGB
CMYK
RGB Variations
Color information
#27E5CF (or 0x27E5CF) is known color: Turquoise. HEX triplet: 27, E5 and CF. RGB value is (39,229,207). Sum of RGB (Red+Green+Blue) = 39+229+207=475 (62% of max value = 765). Red value is 39 (15.62% from 255 or 8.21% from 475); Green value is 229 (89.84% from 255 or 48.21% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 229 - color contains mainly: green. Hex color #27E5CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27E5CF is #D81A30. Grayscale: #A9A9A9. Windows color (decimal): -14162481 or 13624615. OLE color: 13624615.
HSL color Cylindrical-coordinate representation of color #27E5CF: hue angle of 173.05º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27E5CF is Cyan = 0.83, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 39 | 229 | 207 | - |
| CMYK | 0.83 | 0 | 0.10 | 0.10 |
| HSL | 173.05º | 0.79% | 0.53% | - |
| HSV(B) | 173.05º | 0.83% | 0.9% | - |
| XYZ | 40.12 | 60.97 | 68.69 | - |
| YUV | 169.68 | 149.05 | 34.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 229 | 207 | 0.83 | 0 | 0.10 | 0.10 | 173.05 | 0.79 | 0.53 |
| Hex | 27 | E5 | CF | 53 | 0 | A | A | AD | 4F | 35 |
| Octal | 47 | 345 | 317 | 123 | 0 | 12 | 12 | 255 | 117 | 65 |
| Binary | 100111 | 11100101 | 11001111 | 1010011 | 0 | 1010 | 1010 | 10101101 | 1001111 | 110101 |
Color Harmonies of #27E5CF
Complementary color
Monochromatic Colors of #27E5CF
Black with #27E5CF
Text Example
Text Example
White with #27E5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27E5CF; }
p { color: rgb(39,229,207); }
H1.HeaderClassName
{
color: #27E5CF;
}
.AnyTagClassName
{
color: #27E5CF;
}
</style>
background-color css
<style>
a { background-color: #27E5CF; }
a { background-color: rgb(39,229,207); }
div.DivClassName
{
background-color: #27E5CF;
}
.BgClassName
{
background-color: #27E5CF;
}
</style>
border-color css
<style>
span { border-color: #27E5CF; }
span { border-color: rgb(39,229,207); }
td.TdClassName
{
border-color: #27E5CF;
}
.TagClassName
{
border-color: #27E5CF;
}
</style>