Shades of Turquoise #27D7E0
Tints of Turquoise #27D7E0
RGB
CMYK
RGB Variations
Color information
#27D7E0 (or 0x27D7E0) is known color: Turquoise. HEX triplet: 27, D7 and E0. RGB value is (39,215,224). Sum of RGB (Red+Green+Blue) = 39+215+224=478 (63% of max value = 765). Red value is 39 (15.62% from 255 or 8.16% from 478); Green value is 215 (84.38% from 255 or 44.98% from 478); Blue value is 224 (87.89% from 255 or 46.86% from 478); Max value from RGB is 224 - color contains mainly: blue. Hex color #27D7E0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27D7E0 is #D8281F. Grayscale: #A3A3A3. Windows color (decimal): -14166048 or 14735143. OLE color: 14735143.
HSL color Cylindrical-coordinate representation of color #27D7E0: hue angle of 182.92º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27D7E0 is Cyan = 0.83, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 39 | 215 | 224 | - |
| CMYK | 0.83 | 0.04 | 0 | 0.12 |
| HSL | 182.92º | 0.75% | 0.52% | - |
| HSV(B) | 182.92º | 0.83% | 0.88% | - |
| XYZ | 38.59 | 54.41 | 78.99 | - |
| YUV | 163.4 | 162.19 | 39.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 215 | 224 | 0.83 | 0.04 | 0 | 0.12 | 182.92 | 0.75 | 0.52 |
| Hex | 27 | D7 | E0 | 53 | 4 | 0 | C | B7 | 4B | 34 |
| Octal | 47 | 327 | 340 | 123 | 4 | 0 | 14 | 267 | 113 | 64 |
| Binary | 100111 | 11010111 | 11100000 | 1010011 | 100 | 0 | 1100 | 10110111 | 1001011 | 110100 |
Color Harmonies of #27D7E0
Complementary color
Monochromatic Colors of #27D7E0
Black with #27D7E0
Text Example
Text Example
White with #27D7E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D7E0; }
p { color: rgb(39,215,224); }
H1.HeaderClassName
{
color: #27D7E0;
}
.AnyTagClassName
{
color: #27D7E0;
}
</style>
background-color css
<style>
a { background-color: #27D7E0; }
a { background-color: rgb(39,215,224); }
div.DivClassName
{
background-color: #27D7E0;
}
.BgClassName
{
background-color: #27D7E0;
}
</style>
border-color css
<style>
span { border-color: #27D7E0; }
span { border-color: rgb(39,215,224); }
td.TdClassName
{
border-color: #27D7E0;
}
.TagClassName
{
border-color: #27D7E0;
}
</style>