Shades of Turquoise #27F0DB
Tints of Turquoise #27F0DB
RGB
CMYK
RGB Variations
Color information
#27F0DB (or 0x27F0DB) is known color: Turquoise. HEX triplet: 27, F0 and DB. RGB value is (39,240,219). Sum of RGB (Red+Green+Blue) = 39+240+219=498 (65% of max value = 765). Red value is 39 (15.62% from 255 or 7.83% from 498); Green value is 240 (94.14% from 255 or 48.19% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 240 - color contains mainly: green. Hex color #27F0DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27F0DB is #D80F24. Grayscale: #B1B1B1. Windows color (decimal): -14159653 or 14413863. OLE color: 14413863.
HSL color Cylindrical-coordinate representation of color #27F0DB: hue angle of 173.73º degrees, saturation: 0.87, 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 #27F0DB is Cyan = 0.84, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 39 | 240 | 219 | - |
| CMYK | 0.84 | 0 | 0.09 | 0.06 |
| HSL | 173.73º | 0.87% | 0.55% | - |
| HSV(B) | 173.73º | 0.84% | 0.94% | - |
| XYZ | 44.78 | 67.87 | 77.76 | - |
| YUV | 177.51 | 151.41 | 29.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 240 | 219 | 0.84 | 0 | 0.09 | 0.06 | 173.73 | 0.87 | 0.55 |
| Hex | 27 | F0 | DB | 54 | 0 | 9 | 6 | AE | 57 | 37 |
| Octal | 47 | 360 | 333 | 124 | 0 | 11 | 6 | 256 | 127 | 67 |
| Binary | 100111 | 11110000 | 11011011 | 1010100 | 0 | 1001 | 110 | 10101110 | 1010111 | 110111 |
Color Harmonies of #27F0DB
Complementary color
Monochromatic Colors of #27F0DB
Black with #27F0DB
Text Example
Text Example
White with #27F0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27F0DB; }
p { color: rgb(39,240,219); }
H1.HeaderClassName
{
color: #27F0DB;
}
.AnyTagClassName
{
color: #27F0DB;
}
</style>
background-color css
<style>
a { background-color: #27F0DB; }
a { background-color: rgb(39,240,219); }
div.DivClassName
{
background-color: #27F0DB;
}
.BgClassName
{
background-color: #27F0DB;
}
</style>
border-color css
<style>
span { border-color: #27F0DB; }
span { border-color: rgb(39,240,219); }
td.TdClassName
{
border-color: #27F0DB;
}
.TagClassName
{
border-color: #27F0DB;
}
</style>