Shades of Turquoise #2FDADA
Tints of Turquoise #2FDADA
RGB
CMYK
RGB Variations
Color information
#2FDADA (or 0x2FDADA) is known color: Turquoise. HEX triplet: 2F, DA and DA. RGB value is (47,218,218). Sum of RGB (Red+Green+Blue) = 47+218+218=483 (63% of max value = 765). Red value is 47 (18.75% from 255 or 9.73% from 483); Green value is 218 (85.55% from 255 or 45.13% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 218 - color contains mainly: green, blue. Hex color #2FDADA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FDADA is #D02525. Grayscale: #A6A6A6. Windows color (decimal): -13640998 or 14342703. OLE color: 14342703.
HSL color Cylindrical-coordinate representation of color #2FDADA: hue angle of 180º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FDADA is Cyan = 0.78, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 47 | 218 | 218 | - |
| CMYK | 0.78 | 0 | 0 | 0.15 |
| HSL | 180º | 0.7% | 0.52% | - |
| HSV(B) | 180º | 0.78% | 0.85% | - |
| XYZ | 38.9 | 55.81 | 75.05 | - |
| YUV | 166.87 | 156.85 | 42.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 218 | 218 | 0.78 | 0 | 0 | 0.15 | 180 | 0.7 | 0.52 |
| Hex | 2F | DA | DA | 4E | 0 | 0 | F | B4 | 46 | 34 |
| Octal | 57 | 332 | 332 | 116 | 0 | 0 | 17 | 264 | 106 | 64 |
| Binary | 101111 | 11011010 | 11011010 | 1001110 | 0 | 0 | 1111 | 10110100 | 1000110 | 110100 |
Color Harmonies of #2FDADA
Complementary color
Monochromatic Colors of #2FDADA
Black with #2FDADA
Text Example
Text Example
White with #2FDADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDADA; }
p { color: rgb(47,218,218); }
H1.HeaderClassName
{
color: #2FDADA;
}
.AnyTagClassName
{
color: #2FDADA;
}
</style>
background-color css
<style>
a { background-color: #2FDADA; }
a { background-color: rgb(47,218,218); }
div.DivClassName
{
background-color: #2FDADA;
}
.BgClassName
{
background-color: #2FDADA;
}
</style>
border-color css
<style>
span { border-color: #2FDADA; }
span { border-color: rgb(47,218,218); }
td.TdClassName
{
border-color: #2FDADA;
}
.TagClassName
{
border-color: #2FDADA;
}
</style>