Shades of Turquoise #27EFDB
Tints of Turquoise #27EFDB
RGB
CMYK
RGB Variations
Color information
#27EFDB (or 0x27EFDB) is known color: Turquoise. HEX triplet: 27, EF and DB. RGB value is (39,239,219). Sum of RGB (Red+Green+Blue) = 39+239+219=497 (65% of max value = 765). Red value is 39 (15.62% from 255 or 7.85% from 497); Green value is 239 (93.75% from 255 or 48.09% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 239 - color contains mainly: green. Hex color #27EFDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27EFDB is #D81024. Grayscale: #B0B0B0. Windows color (decimal): -14159909 or 14413607. OLE color: 14413607.
HSL color Cylindrical-coordinate representation of color #27EFDB: hue angle of 174º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27EFDB is Cyan = 0.84, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 39 | 239 | 219 | - |
| CMYK | 0.84 | 0 | 0.08 | 0.06 |
| HSL | 174º | 0.86% | 0.55% | - |
| HSV(B) | 174º | 0.84% | 0.94% | - |
| XYZ | 44.49 | 67.28 | 77.66 | - |
| YUV | 176.92 | 151.74 | 29.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 239 | 219 | 0.84 | 0 | 0.08 | 0.06 | 174 | 0.86 | 0.55 |
| Hex | 27 | EF | DB | 54 | 0 | 8 | 6 | AE | 56 | 37 |
| Octal | 47 | 357 | 333 | 124 | 0 | 10 | 6 | 256 | 126 | 67 |
| Binary | 100111 | 11101111 | 11011011 | 1010100 | 0 | 1000 | 110 | 10101110 | 1010110 | 110111 |
Color Harmonies of #27EFDB
Complementary color
Monochromatic Colors of #27EFDB
Black with #27EFDB
Text Example
Text Example
White with #27EFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27EFDB; }
p { color: rgb(39,239,219); }
H1.HeaderClassName
{
color: #27EFDB;
}
.AnyTagClassName
{
color: #27EFDB;
}
</style>
background-color css
<style>
a { background-color: #27EFDB; }
a { background-color: rgb(39,239,219); }
div.DivClassName
{
background-color: #27EFDB;
}
.BgClassName
{
background-color: #27EFDB;
}
</style>
border-color css
<style>
span { border-color: #27EFDB; }
span { border-color: rgb(39,239,219); }
td.TdClassName
{
border-color: #27EFDB;
}
.TagClassName
{
border-color: #27EFDB;
}
</style>