Shades of Turquoise #27DCBC
Tints of Turquoise #27DCBC
RGB
CMYK
RGB Variations
Color information
#27DCBC (or 0x27DCBC) is known color: Turquoise. HEX triplet: 27, DC and BC. RGB value is (39,220,188). Sum of RGB (Red+Green+Blue) = 39+220+188=447 (59% of max value = 765). Red value is 39 (15.62% from 255 or 8.72% from 447); Green value is 220 (86.33% from 255 or 49.22% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 220 - color contains mainly: green. Hex color #27DCBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27DCBC is #D82343. Grayscale: #A2A2A2. Windows color (decimal): -14164804 or 12377127. OLE color: 12377127.
HSL color Cylindrical-coordinate representation of color #27DCBC: hue angle of 169.39º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27DCBC is Cyan = 0.82, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 220 | 188 | - |
| CMYK | 0.82 | 0 | 0.15 | 0.14 |
| HSL | 169.39º | 0.72% | 0.51% | - |
| HSV(B) | 169.39º | 0.82% | 0.86% | - |
| XYZ | 35.51 | 55.25 | 56.37 | - |
| YUV | 162.23 | 142.53 | 40.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 220 | 188 | 0.82 | 0 | 0.15 | 0.14 | 169.39 | 0.72 | 0.51 |
| Hex | 27 | DC | BC | 52 | 0 | F | E | A9 | 48 | 33 |
| Octal | 47 | 334 | 274 | 122 | 0 | 17 | 16 | 251 | 110 | 63 |
| Binary | 100111 | 11011100 | 10111100 | 1010010 | 0 | 1111 | 1110 | 10101001 | 1001000 | 110011 |
Color Harmonies of #27DCBC
Complementary color
Monochromatic Colors of #27DCBC
Black with #27DCBC
Text Example
Text Example
White with #27DCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DCBC; }
p { color: rgb(39,220,188); }
H1.HeaderClassName
{
color: #27DCBC;
}
.AnyTagClassName
{
color: #27DCBC;
}
</style>
background-color css
<style>
a { background-color: #27DCBC; }
a { background-color: rgb(39,220,188); }
div.DivClassName
{
background-color: #27DCBC;
}
.BgClassName
{
background-color: #27DCBC;
}
</style>
border-color css
<style>
span { border-color: #27DCBC; }
span { border-color: rgb(39,220,188); }
td.TdClassName
{
border-color: #27DCBC;
}
.TagClassName
{
border-color: #27DCBC;
}
</style>