Shades of Turquoise #2FFDDD
Tints of Turquoise #2FFDDD
RGB
CMYK
RGB Variations
Color information
#2FFDDD (or 0x2FFDDD) is known color: Turquoise. HEX triplet: 2F, FD and DD. RGB value is (47,253,221). Sum of RGB (Red+Green+Blue) = 47+253+221=521 (69% of max value = 765). Red value is 47 (18.75% from 255 or 9.02% from 521); Green value is 253 (99.22% from 255 or 48.56% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 253 - color contains mainly: green. Hex color #2FFDDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFDDD is #D00222. Grayscale: #BBBBBB. Windows color (decimal): -13632035 or 14548271. OLE color: 14548271.
HSL color Cylindrical-coordinate representation of color #2FFDDD: hue angle of 170.68º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFDDD is Cyan = 0.81, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 253 | 221 | - |
| CMYK | 0.81 | 0 | 0.13 | 0.01 |
| HSL | 170.68º | 0.98% | 0.59% | - |
| HSV(B) | 170.68º | 0.81% | 0.99% | - |
| XYZ | 49.35 | 76.08 | 80.49 | - |
| YUV | 187.76 | 146.75 | 27.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 253 | 221 | 0.81 | 0 | 0.13 | 0.01 | 170.68 | 0.98 | 0.59 |
| Hex | 2F | FD | DD | 51 | 0 | D | 1 | AB | 62 | 3B |
| Octal | 57 | 375 | 335 | 121 | 0 | 15 | 1 | 253 | 142 | 73 |
| Binary | 101111 | 11111101 | 11011101 | 1010001 | 0 | 1101 | 1 | 10101011 | 1100010 | 111011 |
Color Harmonies of #2FFDDD
Complementary color
Monochromatic Colors of #2FFDDD
Black with #2FFDDD
Text Example
Text Example
White with #2FFDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFDDD; }
p { color: rgb(47,253,221); }
H1.HeaderClassName
{
color: #2FFDDD;
}
.AnyTagClassName
{
color: #2FFDDD;
}
</style>
background-color css
<style>
a { background-color: #2FFDDD; }
a { background-color: rgb(47,253,221); }
div.DivClassName
{
background-color: #2FFDDD;
}
.BgClassName
{
background-color: #2FFDDD;
}
</style>
border-color css
<style>
span { border-color: #2FFDDD; }
span { border-color: rgb(47,253,221); }
td.TdClassName
{
border-color: #2FFDDD;
}
.TagClassName
{
border-color: #2FFDDD;
}
</style>