Shades of Turquoise #2FDDD2
Tints of Turquoise #2FDDD2
RGB
CMYK
RGB Variations
Color information
#2FDDD2 (or 0x2FDDD2) is known color: Turquoise. HEX triplet: 2F, DD and D2. RGB value is (47,221,210). Sum of RGB (Red+Green+Blue) = 47+221+210=478 (63% of max value = 765). Red value is 47 (18.75% from 255 or 9.83% from 478); Green value is 221 (86.72% from 255 or 46.23% from 478); Blue value is 210 (82.42% from 255 or 43.93% from 478); Max value from RGB is 221 - color contains mainly: green. Hex color #2FDDD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FDDD2 is #D0222D. Grayscale: #A7A7A7. Windows color (decimal): -13640238 or 13819183. OLE color: 13819183.
HSL color Cylindrical-coordinate representation of color #2FDDD2: hue angle of 176.21º 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 #2FDDD2 is Cyan = 0.79, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 221 | 210 | - |
| CMYK | 0.79 | 0 | 0.05 | 0.13 |
| HSL | 176.21º | 0.72% | 0.53% | - |
| HSV(B) | 176.21º | 0.79% | 0.87% | - |
| XYZ | 38.66 | 56.97 | 69.93 | - |
| YUV | 167.72 | 151.85 | 41.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 221 | 210 | 0.79 | 0 | 0.05 | 0.13 | 176.21 | 0.72 | 0.53 |
| Hex | 2F | DD | D2 | 4F | 0 | 5 | D | B0 | 48 | 35 |
| Octal | 57 | 335 | 322 | 117 | 0 | 5 | 15 | 260 | 110 | 65 |
| Binary | 101111 | 11011101 | 11010010 | 1001111 | 0 | 101 | 1101 | 10110000 | 1001000 | 110101 |
Color Harmonies of #2FDDD2
Complementary color
Monochromatic Colors of #2FDDD2
Black with #2FDDD2
Text Example
Text Example
White with #2FDDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDDD2; }
p { color: rgb(47,221,210); }
H1.HeaderClassName
{
color: #2FDDD2;
}
.AnyTagClassName
{
color: #2FDDD2;
}
</style>
background-color css
<style>
a { background-color: #2FDDD2; }
a { background-color: rgb(47,221,210); }
div.DivClassName
{
background-color: #2FDDD2;
}
.BgClassName
{
background-color: #2FDDD2;
}
</style>
border-color css
<style>
span { border-color: #2FDDD2; }
span { border-color: rgb(47,221,210); }
td.TdClassName
{
border-color: #2FDDD2;
}
.TagClassName
{
border-color: #2FDDD2;
}
</style>