Shades of Turquoise #27DFBB
Tints of Turquoise #27DFBB
RGB
CMYK
RGB Variations
Color information
#27DFBB (or 0x27DFBB) is known color: Turquoise. HEX triplet: 27, DF and BB. RGB value is (39,223,187). Sum of RGB (Red+Green+Blue) = 39+223+187=449 (59% of max value = 765). Red value is 39 (15.62% from 255 or 8.69% from 449); Green value is 223 (87.5% from 255 or 49.67% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 223 - color contains mainly: green. Hex color #27DFBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27DFBB is #D82044. Grayscale: #A3A3A3. Windows color (decimal): -14164037 or 12312359. OLE color: 12312359.
HSL color Cylindrical-coordinate representation of color #27DFBB: hue angle of 168.26º 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 #27DFBB is Cyan = 0.83, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 223 | 187 | - |
| CMYK | 0.83 | 0 | 0.16 | 0.13 |
| HSL | 168.26º | 0.74% | 0.51% | - |
| HSV(B) | 168.26º | 0.83% | 0.87% | - |
| XYZ | 36.19 | 56.79 | 56.07 | - |
| YUV | 163.88 | 141.04 | 38.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 223 | 187 | 0.83 | 0 | 0.16 | 0.13 | 168.26 | 0.74 | 0.51 |
| Hex | 27 | DF | BB | 53 | 0 | 10 | D | A8 | 4A | 33 |
| Octal | 47 | 337 | 273 | 123 | 0 | 20 | 15 | 250 | 112 | 63 |
| Binary | 100111 | 11011111 | 10111011 | 1010011 | 0 | 10000 | 1101 | 10101000 | 1001010 | 110011 |
Color Harmonies of #27DFBB
Complementary color
Monochromatic Colors of #27DFBB
Black with #27DFBB
Text Example
Text Example
White with #27DFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DFBB; }
p { color: rgb(39,223,187); }
H1.HeaderClassName
{
color: #27DFBB;
}
.AnyTagClassName
{
color: #27DFBB;
}
</style>
background-color css
<style>
a { background-color: #27DFBB; }
a { background-color: rgb(39,223,187); }
div.DivClassName
{
background-color: #27DFBB;
}
.BgClassName
{
background-color: #27DFBB;
}
</style>
border-color css
<style>
span { border-color: #27DFBB; }
span { border-color: rgb(39,223,187); }
td.TdClassName
{
border-color: #27DFBB;
}
.TagClassName
{
border-color: #27DFBB;
}
</style>