Shades of Turquoise #2FF9DB
Tints of Turquoise #2FF9DB
RGB
CMYK
RGB Variations
Color information
#2FF9DB (or 0x2FF9DB) is known color: Turquoise. HEX triplet: 2F, F9 and DB. RGB value is (47,249,219). Sum of RGB (Red+Green+Blue) = 47+249+219=515 (68% of max value = 765). Red value is 47 (18.75% from 255 or 9.13% from 515); Green value is 249 (97.66% from 255 or 48.35% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 249 - color contains mainly: green. Hex color #2FF9DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FF9DB is #D00624. Grayscale: #B9B9B9. Windows color (decimal): -13633061 or 14416175. OLE color: 14416175.
HSL color Cylindrical-coordinate representation of color #2FF9DB: hue angle of 171.09º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF9DB is Cyan = 0.81, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 249 | 219 | - |
| CMYK | 0.81 | 0 | 0.12 | 0.02 |
| HSL | 171.09º | 0.94% | 0.58% | - |
| HSV(B) | 171.09º | 0.81% | 0.98% | - |
| XYZ | 47.83 | 73.47 | 78.68 | - |
| YUV | 185.18 | 147.08 | 29.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 249 | 219 | 0.81 | 0 | 0.12 | 0.02 | 171.09 | 0.94 | 0.58 |
| Hex | 2F | F9 | DB | 51 | 0 | C | 2 | AB | 5E | 3A |
| Octal | 57 | 371 | 333 | 121 | 0 | 14 | 2 | 253 | 136 | 72 |
| Binary | 101111 | 11111001 | 11011011 | 1010001 | 0 | 1100 | 10 | 10101011 | 1011110 | 111010 |
Color Harmonies of #2FF9DB
Complementary color
Monochromatic Colors of #2FF9DB
Black with #2FF9DB
Text Example
Text Example
White with #2FF9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF9DB; }
p { color: rgb(47,249,219); }
H1.HeaderClassName
{
color: #2FF9DB;
}
.AnyTagClassName
{
color: #2FF9DB;
}
</style>
background-color css
<style>
a { background-color: #2FF9DB; }
a { background-color: rgb(47,249,219); }
div.DivClassName
{
background-color: #2FF9DB;
}
.BgClassName
{
background-color: #2FF9DB;
}
</style>
border-color css
<style>
span { border-color: #2FF9DB; }
span { border-color: rgb(47,249,219); }
td.TdClassName
{
border-color: #2FF9DB;
}
.TagClassName
{
border-color: #2FF9DB;
}
</style>