Shades of Turquoise #27F1DB
Tints of Turquoise #27F1DB
RGB
CMYK
RGB Variations
Color information
#27F1DB (or 0x27F1DB) is known color: Turquoise. HEX triplet: 27, F1 and DB. RGB value is (39,241,219). Sum of RGB (Red+Green+Blue) = 39+241+219=499 (66% of max value = 765). Red value is 39 (15.62% from 255 or 7.82% from 499); Green value is 241 (94.53% from 255 or 48.30% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 241 - color contains mainly: green. Hex color #27F1DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27F1DB is #D80E24. Grayscale: #B1B1B1. Windows color (decimal): -14159397 or 14414119. OLE color: 14414119.
HSL color Cylindrical-coordinate representation of color #27F1DB: hue angle of 173.47º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27F1DB is Cyan = 0.84, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 39 | 241 | 219 | - |
| CMYK | 0.84 | 0 | 0.09 | 0.05 |
| HSL | 173.47º | 0.88% | 0.55% | - |
| HSV(B) | 173.47º | 0.84% | 0.95% | - |
| XYZ | 45.08 | 68.46 | 77.86 | - |
| YUV | 178.09 | 151.08 | 28.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 241 | 219 | 0.84 | 0 | 0.09 | 0.05 | 173.47 | 0.88 | 0.55 |
| Hex | 27 | F1 | DB | 54 | 0 | 9 | 5 | AD | 58 | 37 |
| Octal | 47 | 361 | 333 | 124 | 0 | 11 | 5 | 255 | 130 | 67 |
| Binary | 100111 | 11110001 | 11011011 | 1010100 | 0 | 1001 | 101 | 10101101 | 1011000 | 110111 |
Color Harmonies of #27F1DB
Complementary color
Monochromatic Colors of #27F1DB
Black with #27F1DB
Text Example
Text Example
White with #27F1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27F1DB; }
p { color: rgb(39,241,219); }
H1.HeaderClassName
{
color: #27F1DB;
}
.AnyTagClassName
{
color: #27F1DB;
}
</style>
background-color css
<style>
a { background-color: #27F1DB; }
a { background-color: rgb(39,241,219); }
div.DivClassName
{
background-color: #27F1DB;
}
.BgClassName
{
background-color: #27F1DB;
}
</style>
border-color css
<style>
span { border-color: #27F1DB; }
span { border-color: rgb(39,241,219); }
td.TdClassName
{
border-color: #27F1DB;
}
.TagClassName
{
border-color: #27F1DB;
}
</style>