Shades of Turquoise #27E7DF
Tints of Turquoise #27E7DF
RGB
CMYK
RGB Variations
Color information
#27E7DF (or 0x27E7DF) is known color: Turquoise. HEX triplet: 27, E7 and DF. RGB value is (39,231,223). Sum of RGB (Red+Green+Blue) = 39+231+223=493 (65% of max value = 765). Red value is 39 (15.62% from 255 or 7.91% from 493); Green value is 231 (90.62% from 255 or 46.86% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 231 - color contains mainly: green. Hex color #27E7DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27E7DF is #D81820. Grayscale: #ACACAC. Windows color (decimal): -14161953 or 14673703. OLE color: 14673703.
HSL color Cylindrical-coordinate representation of color #27E7DF: hue angle of 177.5º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27E7DF is Cyan = 0.83, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 39 | 231 | 223 | - |
| CMYK | 0.83 | 0 | 0.03 | 0.09 |
| HSL | 177.5º | 0.8% | 0.53% | - |
| HSV(B) | 177.5º | 0.83% | 0.91% | - |
| XYZ | 42.73 | 62.91 | 79.7 | - |
| YUV | 172.68 | 156.39 | 32.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 231 | 223 | 0.83 | 0 | 0.03 | 0.09 | 177.5 | 0.8 | 0.53 |
| Hex | 27 | E7 | DF | 53 | 0 | 3 | 9 | B2 | 50 | 35 |
| Octal | 47 | 347 | 337 | 123 | 0 | 3 | 11 | 262 | 120 | 65 |
| Binary | 100111 | 11100111 | 11011111 | 1010011 | 0 | 11 | 1001 | 10110010 | 1010000 | 110101 |
Color Harmonies of #27E7DF
Complementary color
Monochromatic Colors of #27E7DF
Black with #27E7DF
Text Example
Text Example
White with #27E7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27E7DF; }
p { color: rgb(39,231,223); }
H1.HeaderClassName
{
color: #27E7DF;
}
.AnyTagClassName
{
color: #27E7DF;
}
</style>
background-color css
<style>
a { background-color: #27E7DF; }
a { background-color: rgb(39,231,223); }
div.DivClassName
{
background-color: #27E7DF;
}
.BgClassName
{
background-color: #27E7DF;
}
</style>
border-color css
<style>
span { border-color: #27E7DF; }
span { border-color: rgb(39,231,223); }
td.TdClassName
{
border-color: #27E7DF;
}
.TagClassName
{
border-color: #27E7DF;
}
</style>