Shades of Turquoise #2FDDE0
Tints of Turquoise #2FDDE0
RGB
CMYK
RGB Variations
Color information
#2FDDE0 (or 0x2FDDE0) is known color: Turquoise. HEX triplet: 2F, DD and E0. RGB value is (47,221,224). Sum of RGB (Red+Green+Blue) = 47+221+224=492 (65% of max value = 765). Red value is 47 (18.75% from 255 or 9.55% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 224 (87.89% from 255 or 45.53% from 492); Max value from RGB is 224 - color contains mainly: blue. Hex color #2FDDE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FDDE0 is #D0221F. Grayscale: #A9A9A9. Windows color (decimal): -13640224 or 14736687. OLE color: 14736687.
HSL color Cylindrical-coordinate representation of color #2FDDE0: hue angle of 181.02º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FDDE0 is Cyan = 0.79, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 47 | 221 | 224 | - |
| CMYK | 0.79 | 0.01 | 0 | 0.12 |
| HSL | 181.02º | 0.74% | 0.53% | - |
| HSV(B) | 181.02º | 0.79% | 0.88% | - |
| XYZ | 40.48 | 57.7 | 79.52 | - |
| YUV | 169.32 | 158.85 | 40.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 221 | 224 | 0.79 | 0.01 | 0 | 0.12 | 181.02 | 0.74 | 0.53 |
| Hex | 2F | DD | E0 | 4F | 1 | 0 | C | B5 | 4A | 35 |
| Octal | 57 | 335 | 340 | 117 | 1 | 0 | 14 | 265 | 112 | 65 |
| Binary | 101111 | 11011101 | 11100000 | 1001111 | 1 | 0 | 1100 | 10110101 | 1001010 | 110101 |
Color Harmonies of #2FDDE0
Complementary color
Monochromatic Colors of #2FDDE0
Black with #2FDDE0
Text Example
Text Example
White with #2FDDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDDE0; }
p { color: rgb(47,221,224); }
H1.HeaderClassName
{
color: #2FDDE0;
}
.AnyTagClassName
{
color: #2FDDE0;
}
</style>
background-color css
<style>
a { background-color: #2FDDE0; }
a { background-color: rgb(47,221,224); }
div.DivClassName
{
background-color: #2FDDE0;
}
.BgClassName
{
background-color: #2FDDE0;
}
</style>
border-color css
<style>
span { border-color: #2FDDE0; }
span { border-color: rgb(47,221,224); }
td.TdClassName
{
border-color: #2FDDE0;
}
.TagClassName
{
border-color: #2FDDE0;
}
</style>