Shades of Turquoise #27DECE
Tints of Turquoise #27DECE
RGB
CMYK
RGB Variations
Color information
#27DECE (or 0x27DECE) is known color: Turquoise. HEX triplet: 27, DE and CE. RGB value is (39,222,206). Sum of RGB (Red+Green+Blue) = 39+222+206=467 (61% of max value = 765). Red value is 39 (15.62% from 255 or 8.35% from 467); Green value is 222 (87.11% from 255 or 47.54% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 222 - color contains mainly: green. Hex color #27DECE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27DECE is #D82131. Grayscale: #A5A5A5. Windows color (decimal): -14164274 or 13557287. OLE color: 13557287.
HSL color Cylindrical-coordinate representation of color #27DECE: hue angle of 174.75º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27DECE is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 222 | 206 | - |
| CMYK | 0.82 | 0 | 0.07 | 0.13 |
| HSL | 174.75º | 0.73% | 0.51% | - |
| HSV(B) | 174.75º | 0.82% | 0.87% | - |
| XYZ | 38.1 | 57.13 | 67.41 | - |
| YUV | 165.46 | 150.87 | 37.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 222 | 206 | 0.82 | 0 | 0.07 | 0.13 | 174.75 | 0.73 | 0.51 |
| Hex | 27 | DE | CE | 52 | 0 | 7 | D | AF | 49 | 33 |
| Octal | 47 | 336 | 316 | 122 | 0 | 7 | 15 | 257 | 111 | 63 |
| Binary | 100111 | 11011110 | 11001110 | 1010010 | 0 | 111 | 1101 | 10101111 | 1001001 | 110011 |
Color Harmonies of #27DECE
Complementary color
Monochromatic Colors of #27DECE
Black with #27DECE
Text Example
Text Example
White with #27DECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DECE; }
p { color: rgb(39,222,206); }
H1.HeaderClassName
{
color: #27DECE;
}
.AnyTagClassName
{
color: #27DECE;
}
</style>
background-color css
<style>
a { background-color: #27DECE; }
a { background-color: rgb(39,222,206); }
div.DivClassName
{
background-color: #27DECE;
}
.BgClassName
{
background-color: #27DECE;
}
</style>
border-color css
<style>
span { border-color: #27DECE; }
span { border-color: rgb(39,222,206); }
td.TdClassName
{
border-color: #27DECE;
}
.TagClassName
{
border-color: #27DECE;
}
</style>