Shades of Turquoise #27DECC
Tints of Turquoise #27DECC
RGB
CMYK
RGB Variations
Color information
#27DECC (or 0x27DECC) is known color: Turquoise. HEX triplet: 27, DE and CC. RGB value is (39,222,204). Sum of RGB (Red+Green+Blue) = 39+222+204=465 (61% of max value = 765). Red value is 39 (15.62% from 255 or 8.39% from 465); Green value is 222 (87.11% from 255 or 47.74% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 222 - color contains mainly: green. Hex color #27DECC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27DECC is #D82133. Grayscale: #A5A5A5. Windows color (decimal): -14164276 or 13426215. OLE color: 13426215.
HSL color Cylindrical-coordinate representation of color #27DECC: hue angle of 174.1º 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 #27DECC is Cyan = 0.82, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 222 | 204 | - |
| CMYK | 0.82 | 0 | 0.08 | 0.13 |
| HSL | 174.1º | 0.73% | 0.51% | - |
| HSV(B) | 174.1º | 0.82% | 0.87% | - |
| XYZ | 37.86 | 57.03 | 66.14 | - |
| YUV | 165.23 | 149.87 | 37.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 222 | 204 | 0.82 | 0 | 0.08 | 0.13 | 174.1 | 0.73 | 0.51 |
| Hex | 27 | DE | CC | 52 | 0 | 8 | D | AE | 49 | 33 |
| Octal | 47 | 336 | 314 | 122 | 0 | 10 | 15 | 256 | 111 | 63 |
| Binary | 100111 | 11011110 | 11001100 | 1010010 | 0 | 1000 | 1101 | 10101110 | 1001001 | 110011 |
Color Harmonies of #27DECC
Complementary color
Monochromatic Colors of #27DECC
Black with #27DECC
Text Example
Text Example
White with #27DECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DECC; }
p { color: rgb(39,222,204); }
H1.HeaderClassName
{
color: #27DECC;
}
.AnyTagClassName
{
color: #27DECC;
}
</style>
background-color css
<style>
a { background-color: #27DECC; }
a { background-color: rgb(39,222,204); }
div.DivClassName
{
background-color: #27DECC;
}
.BgClassName
{
background-color: #27DECC;
}
</style>
border-color css
<style>
span { border-color: #27DECC; }
span { border-color: rgb(39,222,204); }
td.TdClassName
{
border-color: #27DECC;
}
.TagClassName
{
border-color: #27DECC;
}
</style>