Shades of Turquoise #2FDDD8
Tints of Turquoise #2FDDD8
RGB
CMYK
RGB Variations
Color information
#2FDDD8 (or 0x2FDDD8) is known color: Turquoise. HEX triplet: 2F, DD and D8. RGB value is (47,221,216). Sum of RGB (Red+Green+Blue) = 47+221+216=484 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.71% from 484); Green value is 221 (86.72% from 255 or 45.66% from 484); Blue value is 216 (84.77% from 255 or 44.63% from 484); Max value from RGB is 221 - color contains mainly: green. Hex color #2FDDD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FDDD8 is #D02227. Grayscale: #A8A8A8. Windows color (decimal): -13640232 or 14212399. OLE color: 14212399.
HSL color Cylindrical-coordinate representation of color #2FDDD8: hue angle of 178.28º 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 #2FDDD8 is Cyan = 0.79, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 221 | 216 | - |
| CMYK | 0.79 | 0 | 0.02 | 0.13 |
| HSL | 178.28º | 0.72% | 0.53% | - |
| HSV(B) | 178.28º | 0.79% | 0.87% | - |
| XYZ | 39.42 | 57.28 | 73.94 | - |
| YUV | 168.4 | 154.85 | 41.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 221 | 216 | 0.79 | 0 | 0.02 | 0.13 | 178.28 | 0.72 | 0.53 |
| Hex | 2F | DD | D8 | 4F | 0 | 2 | D | B2 | 48 | 35 |
| Octal | 57 | 335 | 330 | 117 | 0 | 2 | 15 | 262 | 110 | 65 |
| Binary | 101111 | 11011101 | 11011000 | 1001111 | 0 | 10 | 1101 | 10110010 | 1001000 | 110101 |
Color Harmonies of #2FDDD8
Complementary color
Monochromatic Colors of #2FDDD8
Black with #2FDDD8
Text Example
Text Example
White with #2FDDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDDD8; }
p { color: rgb(47,221,216); }
H1.HeaderClassName
{
color: #2FDDD8;
}
.AnyTagClassName
{
color: #2FDDD8;
}
</style>
background-color css
<style>
a { background-color: #2FDDD8; }
a { background-color: rgb(47,221,216); }
div.DivClassName
{
background-color: #2FDDD8;
}
.BgClassName
{
background-color: #2FDDD8;
}
</style>
border-color css
<style>
span { border-color: #2FDDD8; }
span { border-color: rgb(47,221,216); }
td.TdClassName
{
border-color: #2FDDD8;
}
.TagClassName
{
border-color: #2FDDD8;
}
</style>