Shades of Turquoise #2FFDD3
Tints of Turquoise #2FFDD3
RGB
CMYK
RGB Variations
Color information
#2FFDD3 (or 0x2FFDD3) is known color: Turquoise. HEX triplet: 2F, FD and D3. RGB value is (47,253,211). Sum of RGB (Red+Green+Blue) = 47+253+211=511 (67% of max value = 765). Red value is 47 (18.75% from 255 or 9.20% from 511); Green value is 253 (99.22% from 255 or 49.51% from 511); Blue value is 211 (82.81% from 255 or 41.29% from 511); Max value from RGB is 253 - color contains mainly: green. Hex color #2FFDD3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFDD3 is #D0022C. Grayscale: #BABABA. Windows color (decimal): -13632045 or 13892911. OLE color: 13892911.
HSL color Cylindrical-coordinate representation of color #2FFDD3: hue angle of 167.77º 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 #2FFDD3 is Cyan = 0.81, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 253 | 211 | - |
| CMYK | 0.81 | 0 | 0.17 | 0.01 |
| HSL | 167.77º | 0.98% | 0.59% | - |
| HSV(B) | 167.77º | 0.81% | 0.99% | - |
| XYZ | 48.06 | 75.56 | 73.68 | - |
| YUV | 186.62 | 141.75 | 28.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 253 | 211 | 0.81 | 0 | 0.17 | 0.01 | 167.77 | 0.98 | 0.59 |
| Hex | 2F | FD | D3 | 51 | 0 | 11 | 1 | A8 | 62 | 3B |
| Octal | 57 | 375 | 323 | 121 | 0 | 21 | 1 | 250 | 142 | 73 |
| Binary | 101111 | 11111101 | 11010011 | 1010001 | 0 | 10001 | 1 | 10101000 | 1100010 | 111011 |
Color Harmonies of #2FFDD3
Complementary color
Monochromatic Colors of #2FFDD3
Black with #2FFDD3
Text Example
Text Example
White with #2FFDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFDD3; }
p { color: rgb(47,253,211); }
H1.HeaderClassName
{
color: #2FFDD3;
}
.AnyTagClassName
{
color: #2FFDD3;
}
</style>
background-color css
<style>
a { background-color: #2FFDD3; }
a { background-color: rgb(47,253,211); }
div.DivClassName
{
background-color: #2FFDD3;
}
.BgClassName
{
background-color: #2FFDD3;
}
</style>
border-color css
<style>
span { border-color: #2FFDD3; }
span { border-color: rgb(47,253,211); }
td.TdClassName
{
border-color: #2FFDD3;
}
.TagClassName
{
border-color: #2FFDD3;
}
</style>