Shades of Turquoise #2FDADB
Tints of Turquoise #2FDADB
RGB
CMYK
RGB Variations
Color information
#2FDADB (or 0x2FDADB) is known color: Turquoise. HEX triplet: 2F, DA and DB. RGB value is (47,218,219). Sum of RGB (Red+Green+Blue) = 47+218+219=484 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.71% from 484); Green value is 218 (85.55% from 255 or 45.04% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #2FDADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FDADB is #D02524. Grayscale: #A6A6A6. Windows color (decimal): -13640997 or 14408239. OLE color: 14408239.
HSL color Cylindrical-coordinate representation of color #2FDADB: hue angle of 180.35º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FDADB is Cyan = 0.79, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 218 | 219 | - |
| CMYK | 0.79 | 0.00 | 0 | 0.14 |
| HSL | 180.35º | 0.7% | 0.52% | - |
| HSV(B) | 180.35º | 0.79% | 0.86% | - |
| XYZ | 39.03 | 55.86 | 75.74 | - |
| YUV | 166.99 | 157.35 | 42.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 218 | 219 | 0.79 | 0.00 | 0 | 0.14 | 180.35 | 0.7 | 0.52 |
| Hex | 2F | DA | DB | 4F | 0 | 0 | E | B4 | 46 | 34 |
| Octal | 57 | 332 | 333 | 117 | 0 | 0 | 16 | 264 | 106 | 64 |
| Binary | 101111 | 11011010 | 11011011 | 1001111 | 0 | 0 | 1110 | 10110100 | 1000110 | 110100 |
Color Harmonies of #2FDADB
Complementary color
Monochromatic Colors of #2FDADB
Black with #2FDADB
Text Example
Text Example
White with #2FDADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDADB; }
p { color: rgb(47,218,219); }
H1.HeaderClassName
{
color: #2FDADB;
}
.AnyTagClassName
{
color: #2FDADB;
}
</style>
background-color css
<style>
a { background-color: #2FDADB; }
a { background-color: rgb(47,218,219); }
div.DivClassName
{
background-color: #2FDADB;
}
.BgClassName
{
background-color: #2FDADB;
}
</style>
border-color css
<style>
span { border-color: #2FDADB; }
span { border-color: rgb(47,218,219); }
td.TdClassName
{
border-color: #2FDADB;
}
.TagClassName
{
border-color: #2FDADB;
}
</style>