Shades of Turquoise #27DEBC
Tints of Turquoise #27DEBC
RGB
CMYK
RGB Variations
Color information
#27DEBC (or 0x27DEBC) is known color: Turquoise. HEX triplet: 27, DE and BC. RGB value is (39,222,188). Sum of RGB (Red+Green+Blue) = 39+222+188=449 (59% of max value = 765). Red value is 39 (15.62% from 255 or 8.69% from 449); Green value is 222 (87.11% from 255 or 49.44% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 222 - color contains mainly: green. Hex color #27DEBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27DEBC is #D82143. Grayscale: #A3A3A3. Windows color (decimal): -14164292 or 12377639. OLE color: 12377639.
HSL color Cylindrical-coordinate representation of color #27DEBC: hue angle of 168.85º 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 #27DEBC is Cyan = 0.82, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 222 | 188 | - |
| CMYK | 0.82 | 0 | 0.15 | 0.13 |
| HSL | 168.85º | 0.73% | 0.51% | - |
| HSV(B) | 168.85º | 0.82% | 0.87% | - |
| XYZ | 36.04 | 56.3 | 56.55 | - |
| YUV | 163.41 | 141.87 | 39.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 222 | 188 | 0.82 | 0 | 0.15 | 0.13 | 168.85 | 0.73 | 0.51 |
| Hex | 27 | DE | BC | 52 | 0 | F | D | A9 | 49 | 33 |
| Octal | 47 | 336 | 274 | 122 | 0 | 17 | 15 | 251 | 111 | 63 |
| Binary | 100111 | 11011110 | 10111100 | 1010010 | 0 | 1111 | 1101 | 10101001 | 1001001 | 110011 |
Color Harmonies of #27DEBC
Complementary color
Monochromatic Colors of #27DEBC
Black with #27DEBC
Text Example
Text Example
White with #27DEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DEBC; }
p { color: rgb(39,222,188); }
H1.HeaderClassName
{
color: #27DEBC;
}
.AnyTagClassName
{
color: #27DEBC;
}
</style>
background-color css
<style>
a { background-color: #27DEBC; }
a { background-color: rgb(39,222,188); }
div.DivClassName
{
background-color: #27DEBC;
}
.BgClassName
{
background-color: #27DEBC;
}
</style>
border-color css
<style>
span { border-color: #27DEBC; }
span { border-color: rgb(39,222,188); }
td.TdClassName
{
border-color: #27DEBC;
}
.TagClassName
{
border-color: #27DEBC;
}
</style>