Shades of Turquoise #27DEBD
Tints of Turquoise #27DEBD
RGB
CMYK
RGB Variations
Color information
#27DEBD (or 0x27DEBD) is known color: Turquoise. HEX triplet: 27, DE and BD. RGB value is (39,222,189). Sum of RGB (Red+Green+Blue) = 39+222+189=450 (59% of max value = 765). Red value is 39 (15.62% from 255 or 8.67% from 450); Green value is 222 (87.11% from 255 or 49.33% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 222 - color contains mainly: green. Hex color #27DEBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27DEBD is #D82142. Grayscale: #A3A3A3. Windows color (decimal): -14164291 or 12443175. OLE color: 12443175.
HSL color Cylindrical-coordinate representation of color #27DEBD: hue angle of 169.18º 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 #27DEBD is Cyan = 0.82, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 222 | 189 | - |
| CMYK | 0.82 | 0 | 0.15 | 0.13 |
| HSL | 169.18º | 0.73% | 0.51% | - |
| HSV(B) | 169.18º | 0.82% | 0.87% | - |
| XYZ | 36.14 | 56.35 | 57.12 | - |
| YUV | 163.52 | 142.37 | 39.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 222 | 189 | 0.82 | 0 | 0.15 | 0.13 | 169.18 | 0.73 | 0.51 |
| Hex | 27 | DE | BD | 52 | 0 | F | D | A9 | 49 | 33 |
| Octal | 47 | 336 | 275 | 122 | 0 | 17 | 15 | 251 | 111 | 63 |
| Binary | 100111 | 11011110 | 10111101 | 1010010 | 0 | 1111 | 1101 | 10101001 | 1001001 | 110011 |
Color Harmonies of #27DEBD
Complementary color
Monochromatic Colors of #27DEBD
Black with #27DEBD
Text Example
Text Example
White with #27DEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DEBD; }
p { color: rgb(39,222,189); }
H1.HeaderClassName
{
color: #27DEBD;
}
.AnyTagClassName
{
color: #27DEBD;
}
</style>
background-color css
<style>
a { background-color: #27DEBD; }
a { background-color: rgb(39,222,189); }
div.DivClassName
{
background-color: #27DEBD;
}
.BgClassName
{
background-color: #27DEBD;
}
</style>
border-color css
<style>
span { border-color: #27DEBD; }
span { border-color: rgb(39,222,189); }
td.TdClassName
{
border-color: #27DEBD;
}
.TagClassName
{
border-color: #27DEBD;
}
</style>