Shades of Turquoise #27DEBA
Tints of Turquoise #27DEBA
RGB
CMYK
RGB Variations
Color information
#27DEBA (or 0x27DEBA) is known color: Turquoise. HEX triplet: 27, DE and BA. RGB value is (39,222,186). Sum of RGB (Red+Green+Blue) = 39+222+186=447 (59% of max value = 765). Red value is 39 (15.62% from 255 or 8.72% from 447); Green value is 222 (87.11% from 255 or 49.66% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 222 - color contains mainly: green. Hex color #27DEBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27DEBA is #D82145. Grayscale: #A3A3A3. Windows color (decimal): -14164294 or 12246567. OLE color: 12246567.
HSL color Cylindrical-coordinate representation of color #27DEBA: hue angle of 168.2º 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 #27DEBA is Cyan = 0.82, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 222 | 186 | - |
| CMYK | 0.82 | 0 | 0.16 | 0.13 |
| HSL | 168.2º | 0.73% | 0.51% | - |
| HSV(B) | 168.2º | 0.82% | 0.87% | - |
| XYZ | 35.82 | 56.22 | 55.42 | - |
| YUV | 163.18 | 140.87 | 39.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 222 | 186 | 0.82 | 0 | 0.16 | 0.13 | 168.2 | 0.73 | 0.51 |
| Hex | 27 | DE | BA | 52 | 0 | 10 | D | A8 | 49 | 33 |
| Octal | 47 | 336 | 272 | 122 | 0 | 20 | 15 | 250 | 111 | 63 |
| Binary | 100111 | 11011110 | 10111010 | 1010010 | 0 | 10000 | 1101 | 10101000 | 1001001 | 110011 |
Color Harmonies of #27DEBA
Complementary color
Monochromatic Colors of #27DEBA
Black with #27DEBA
Text Example
Text Example
White with #27DEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DEBA; }
p { color: rgb(39,222,186); }
H1.HeaderClassName
{
color: #27DEBA;
}
.AnyTagClassName
{
color: #27DEBA;
}
</style>
background-color css
<style>
a { background-color: #27DEBA; }
a { background-color: rgb(39,222,186); }
div.DivClassName
{
background-color: #27DEBA;
}
.BgClassName
{
background-color: #27DEBA;
}
</style>
border-color css
<style>
span { border-color: #27DEBA; }
span { border-color: rgb(39,222,186); }
td.TdClassName
{
border-color: #27DEBA;
}
.TagClassName
{
border-color: #27DEBA;
}
</style>