Shades of Turquoise #27DEE0
Tints of Turquoise #27DEE0
RGB
CMYK
RGB Variations
Color information
#27DEE0 (or 0x27DEE0) is known color: Turquoise. HEX triplet: 27, DE and E0. RGB value is (39,222,224). Sum of RGB (Red+Green+Blue) = 39+222+224=485 (64% of max value = 765). Red value is 39 (15.62% from 255 or 8.04% from 485); Green value is 222 (87.11% from 255 or 45.77% from 485); Blue value is 224 (87.89% from 255 or 46.19% from 485); Max value from RGB is 224 - color contains mainly: blue. Hex color #27DEE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27DEE0 is #D8211F. Grayscale: #A7A7A7. Windows color (decimal): -14164256 or 14736935. OLE color: 14736935.
HSL color Cylindrical-coordinate representation of color #27DEE0: hue angle of 180.65º 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 #27DEE0 is Cyan = 0.83, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 39 | 222 | 224 | - |
| CMYK | 0.83 | 0.01 | 0 | 0.12 |
| HSL | 180.65º | 0.75% | 0.52% | - |
| HSV(B) | 180.65º | 0.83% | 0.88% | - |
| XYZ | 40.41 | 58.06 | 79.6 | - |
| YUV | 167.51 | 159.87 | 36.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 222 | 224 | 0.83 | 0.01 | 0 | 0.12 | 180.65 | 0.75 | 0.52 |
| Hex | 27 | DE | E0 | 53 | 1 | 0 | C | B5 | 4B | 34 |
| Octal | 47 | 336 | 340 | 123 | 1 | 0 | 14 | 265 | 113 | 64 |
| Binary | 100111 | 11011110 | 11100000 | 1010011 | 1 | 0 | 1100 | 10110101 | 1001011 | 110100 |
Color Harmonies of #27DEE0
Complementary color
Monochromatic Colors of #27DEE0
Black with #27DEE0
Text Example
Text Example
White with #27DEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DEE0; }
p { color: rgb(39,222,224); }
H1.HeaderClassName
{
color: #27DEE0;
}
.AnyTagClassName
{
color: #27DEE0;
}
</style>
background-color css
<style>
a { background-color: #27DEE0; }
a { background-color: rgb(39,222,224); }
div.DivClassName
{
background-color: #27DEE0;
}
.BgClassName
{
background-color: #27DEE0;
}
</style>
border-color css
<style>
span { border-color: #27DEE0; }
span { border-color: rgb(39,222,224); }
td.TdClassName
{
border-color: #27DEE0;
}
.TagClassName
{
border-color: #27DEE0;
}
</style>