Shades of Turquoise #2FDDD6
Tints of Turquoise #2FDDD6
RGB
CMYK
RGB Variations
Color information
#2FDDD6 (or 0x2FDDD6) is known color: Turquoise. HEX triplet: 2F, DD and D6. RGB value is (47,221,214). Sum of RGB (Red+Green+Blue) = 47+221+214=482 (63% of max value = 765). Red value is 47 (18.75% from 255 or 9.75% from 482); Green value is 221 (86.72% from 255 or 45.85% from 482); Blue value is 214 (83.98% from 255 or 44.40% from 482); Max value from RGB is 221 - color contains mainly: green. Hex color #2FDDD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FDDD6 is #D02229. Grayscale: #A8A8A8. Windows color (decimal): -13640234 or 14081327. OLE color: 14081327.
HSL color Cylindrical-coordinate representation of color #2FDDD6: hue angle of 177.59º 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 #2FDDD6 is Cyan = 0.79, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 221 | 214 | - |
| CMYK | 0.79 | 0 | 0.03 | 0.13 |
| HSL | 177.59º | 0.72% | 0.53% | - |
| HSV(B) | 177.59º | 0.79% | 0.87% | - |
| XYZ | 39.17 | 57.17 | 72.59 | - |
| YUV | 168.18 | 153.85 | 41.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 221 | 214 | 0.79 | 0 | 0.03 | 0.13 | 177.59 | 0.72 | 0.53 |
| Hex | 2F | DD | D6 | 4F | 0 | 3 | D | B2 | 48 | 35 |
| Octal | 57 | 335 | 326 | 117 | 0 | 3 | 15 | 262 | 110 | 65 |
| Binary | 101111 | 11011101 | 11010110 | 1001111 | 0 | 11 | 1101 | 10110010 | 1001000 | 110101 |
Color Harmonies of #2FDDD6
Complementary color
Monochromatic Colors of #2FDDD6
Black with #2FDDD6
Text Example
Text Example
White with #2FDDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDDD6; }
p { color: rgb(47,221,214); }
H1.HeaderClassName
{
color: #2FDDD6;
}
.AnyTagClassName
{
color: #2FDDD6;
}
</style>
background-color css
<style>
a { background-color: #2FDDD6; }
a { background-color: rgb(47,221,214); }
div.DivClassName
{
background-color: #2FDDD6;
}
.BgClassName
{
background-color: #2FDDD6;
}
</style>
border-color css
<style>
span { border-color: #2FDDD6; }
span { border-color: rgb(47,221,214); }
td.TdClassName
{
border-color: #2FDDD6;
}
.TagClassName
{
border-color: #2FDDD6;
}
</style>