Shades of Turquoise #2FDDDF
Tints of Turquoise #2FDDDF
RGB
CMYK
RGB Variations
Color information
#2FDDDF (or 0x2FDDDF) is known color: Turquoise. HEX triplet: 2F, DD and DF. RGB value is (47,221,223). Sum of RGB (Red+Green+Blue) = 47+221+223=491 (65% of max value = 765). Red value is 47 (18.75% from 255 or 9.57% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #2FDDDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FDDDF is #D02220. Grayscale: #A9A9A9. Windows color (decimal): -13640225 or 14671151. OLE color: 14671151.
HSL color Cylindrical-coordinate representation of color #2FDDDF: hue angle of 180.68º degrees, saturation: 0.73, 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 #2FDDDF is Cyan = 0.79, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 221 | 223 | - |
| CMYK | 0.79 | 0.01 | 0 | 0.13 |
| HSL | 180.68º | 0.73% | 0.53% | - |
| HSV(B) | 180.68º | 0.79% | 0.87% | - |
| XYZ | 40.35 | 57.64 | 78.81 | - |
| YUV | 169.2 | 158.35 | 40.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 221 | 223 | 0.79 | 0.01 | 0 | 0.13 | 180.68 | 0.73 | 0.53 |
| Hex | 2F | DD | DF | 4F | 1 | 0 | D | B5 | 49 | 35 |
| Octal | 57 | 335 | 337 | 117 | 1 | 0 | 15 | 265 | 111 | 65 |
| Binary | 101111 | 11011101 | 11011111 | 1001111 | 1 | 0 | 1101 | 10110101 | 1001001 | 110101 |
Color Harmonies of #2FDDDF
Complementary color
Monochromatic Colors of #2FDDDF
Black with #2FDDDF
Text Example
Text Example
White with #2FDDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDDDF; }
p { color: rgb(47,221,223); }
H1.HeaderClassName
{
color: #2FDDDF;
}
.AnyTagClassName
{
color: #2FDDDF;
}
</style>
background-color css
<style>
a { background-color: #2FDDDF; }
a { background-color: rgb(47,221,223); }
div.DivClassName
{
background-color: #2FDDDF;
}
.BgClassName
{
background-color: #2FDDDF;
}
</style>
border-color css
<style>
span { border-color: #2FDDDF; }
span { border-color: rgb(47,221,223); }
td.TdClassName
{
border-color: #2FDDDF;
}
.TagClassName
{
border-color: #2FDDDF;
}
</style>