Shades of Turquoise #27DEDB
Tints of Turquoise #27DEDB
RGB
CMYK
RGB Variations
Color information
#27DEDB (or 0x27DEDB) is known color: Turquoise. HEX triplet: 27, DE and DB. RGB value is (39,222,219). Sum of RGB (Red+Green+Blue) = 39+222+219=480 (63% of max value = 765). Red value is 39 (15.62% from 255 or 8.12% from 480); Green value is 222 (87.11% from 255 or 46.25% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 222 - color contains mainly: green. Hex color #27DEDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27DEDB is #D82124. Grayscale: #A6A6A6. Windows color (decimal): -14164261 or 14409255. OLE color: 14409255.
HSL color Cylindrical-coordinate representation of color #27DEDB: hue angle of 179.02º 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 #27DEDB is Cyan = 0.82, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 222 | 219 | - |
| CMYK | 0.82 | 0 | 0.01 | 0.13 |
| HSL | 179.02º | 0.73% | 0.51% | - |
| HSV(B) | 179.02º | 0.82% | 0.87% | - |
| XYZ | 39.74 | 57.79 | 76.08 | - |
| YUV | 166.94 | 157.37 | 36.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 222 | 219 | 0.82 | 0 | 0.01 | 0.13 | 179.02 | 0.73 | 0.51 |
| Hex | 27 | DE | DB | 52 | 0 | 1 | D | B3 | 49 | 33 |
| Octal | 47 | 336 | 333 | 122 | 0 | 1 | 15 | 263 | 111 | 63 |
| Binary | 100111 | 11011110 | 11011011 | 1010010 | 0 | 1 | 1101 | 10110011 | 1001001 | 110011 |
Color Harmonies of #27DEDB
Complementary color
Monochromatic Colors of #27DEDB
Black with #27DEDB
Text Example
Text Example
White with #27DEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DEDB; }
p { color: rgb(39,222,219); }
H1.HeaderClassName
{
color: #27DEDB;
}
.AnyTagClassName
{
color: #27DEDB;
}
</style>
background-color css
<style>
a { background-color: #27DEDB; }
a { background-color: rgb(39,222,219); }
div.DivClassName
{
background-color: #27DEDB;
}
.BgClassName
{
background-color: #27DEDB;
}
</style>
border-color css
<style>
span { border-color: #27DEDB; }
span { border-color: rgb(39,222,219); }
td.TdClassName
{
border-color: #27DEDB;
}
.TagClassName
{
border-color: #27DEDB;
}
</style>