Shades of Turquoise #27DFDB
Tints of Turquoise #27DFDB
RGB
CMYK
RGB Variations
Color information
#27DFDB (or 0x27DFDB) is known color: Turquoise. HEX triplet: 27, DF and DB. RGB value is (39,223,219). Sum of RGB (Red+Green+Blue) = 39+223+219=481 (63% of max value = 765). Red value is 39 (15.62% from 255 or 8.11% from 481); Green value is 223 (87.5% from 255 or 46.36% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 223 - color contains mainly: green. Hex color #27DFDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27DFDB is #D82024. Grayscale: #A7A7A7. Windows color (decimal): -14164005 or 14409511. OLE color: 14409511.
HSL color Cylindrical-coordinate representation of color #27DFDB: hue angle of 178.7º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27DFDB is Cyan = 0.83, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 223 | 219 | - |
| CMYK | 0.83 | 0 | 0.02 | 0.13 |
| HSL | 178.7º | 0.74% | 0.51% | - |
| HSV(B) | 178.7º | 0.83% | 0.87% | - |
| XYZ | 40.01 | 58.32 | 76.17 | - |
| YUV | 167.53 | 157.04 | 36.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 223 | 219 | 0.83 | 0 | 0.02 | 0.13 | 178.7 | 0.74 | 0.51 |
| Hex | 27 | DF | DB | 53 | 0 | 2 | D | B3 | 4A | 33 |
| Octal | 47 | 337 | 333 | 123 | 0 | 2 | 15 | 263 | 112 | 63 |
| Binary | 100111 | 11011111 | 11011011 | 1010011 | 0 | 10 | 1101 | 10110011 | 1001010 | 110011 |
Color Harmonies of #27DFDB
Complementary color
Monochromatic Colors of #27DFDB
Black with #27DFDB
Text Example
Text Example
White with #27DFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DFDB; }
p { color: rgb(39,223,219); }
H1.HeaderClassName
{
color: #27DFDB;
}
.AnyTagClassName
{
color: #27DFDB;
}
</style>
background-color css
<style>
a { background-color: #27DFDB; }
a { background-color: rgb(39,223,219); }
div.DivClassName
{
background-color: #27DFDB;
}
.BgClassName
{
background-color: #27DFDB;
}
</style>
border-color css
<style>
span { border-color: #27DFDB; }
span { border-color: rgb(39,223,219); }
td.TdClassName
{
border-color: #27DFDB;
}
.TagClassName
{
border-color: #27DFDB;
}
</style>