Shades of Turquoise #2FDADD
Tints of Turquoise #2FDADD
RGB
CMYK
RGB Variations
Color information
#2FDADD (or 0x2FDADD) is known color: Turquoise. HEX triplet: 2F, DA and DD. RGB value is (47,218,221). Sum of RGB (Red+Green+Blue) = 47+218+221=486 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.67% from 486); Green value is 218 (85.55% from 255 or 44.86% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #2FDADD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FDADD is #D02522. Grayscale: #A7A7A7. Windows color (decimal): -13640995 or 14539311. OLE color: 14539311.
HSL color Cylindrical-coordinate representation of color #2FDADD: hue angle of 181.03º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FDADD is Cyan = 0.79, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 218 | 221 | - |
| CMYK | 0.79 | 0.01 | 0 | 0.13 |
| HSL | 181.03º | 0.72% | 0.53% | - |
| HSV(B) | 181.03º | 0.79% | 0.87% | - |
| XYZ | 39.29 | 55.97 | 77.14 | - |
| YUV | 167.21 | 158.35 | 42.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 218 | 221 | 0.79 | 0.01 | 0 | 0.13 | 181.03 | 0.72 | 0.53 |
| Hex | 2F | DA | DD | 4F | 1 | 0 | D | B5 | 48 | 35 |
| Octal | 57 | 332 | 335 | 117 | 1 | 0 | 15 | 265 | 110 | 65 |
| Binary | 101111 | 11011010 | 11011101 | 1001111 | 1 | 0 | 1101 | 10110101 | 1001000 | 110101 |
Color Harmonies of #2FDADD
Complementary color
Monochromatic Colors of #2FDADD
Black with #2FDADD
Text Example
Text Example
White with #2FDADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDADD; }
p { color: rgb(47,218,221); }
H1.HeaderClassName
{
color: #2FDADD;
}
.AnyTagClassName
{
color: #2FDADD;
}
</style>
background-color css
<style>
a { background-color: #2FDADD; }
a { background-color: rgb(47,218,221); }
div.DivClassName
{
background-color: #2FDADD;
}
.BgClassName
{
background-color: #2FDADD;
}
</style>
border-color css
<style>
span { border-color: #2FDADD; }
span { border-color: rgb(47,218,221); }
td.TdClassName
{
border-color: #2FDADD;
}
.TagClassName
{
border-color: #2FDADD;
}
</style>