Shades of Turquoise #2FF0D2
Tints of Turquoise #2FF0D2
RGB
CMYK
RGB Variations
Color information
#2FF0D2 (or 0x2FF0D2) is known color: Turquoise. HEX triplet: 2F, F0 and D2. RGB value is (47,240,210). Sum of RGB (Red+Green+Blue) = 47+240+210=497 (65% of max value = 765). Red value is 47 (18.75% from 255 or 9.46% from 497); Green value is 240 (94.14% from 255 or 48.29% from 497); Blue value is 210 (82.42% from 255 or 42.25% from 497); Max value from RGB is 240 - color contains mainly: green. Hex color #2FF0D2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FF0D2 is #D00F2D. Grayscale: #B2B2B2. Windows color (decimal): -13635374 or 13824047. OLE color: 13824047.
HSL color Cylindrical-coordinate representation of color #2FF0D2: hue angle of 170.67º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FF0D2 is Cyan = 0.80, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 47 | 240 | 210 | - |
| CMYK | 0.80 | 0 | 0.12 | 0.06 |
| HSL | 170.67º | 0.87% | 0.56% | - |
| HSV(B) | 170.67º | 0.8% | 0.94% | - |
| XYZ | 43.97 | 67.58 | 71.7 | - |
| YUV | 178.87 | 145.56 | 33.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 240 | 210 | 0.80 | 0 | 0.12 | 0.06 | 170.67 | 0.87 | 0.56 |
| Hex | 2F | F0 | D2 | 50 | 0 | C | 6 | AB | 57 | 38 |
| Octal | 57 | 360 | 322 | 120 | 0 | 14 | 6 | 253 | 127 | 70 |
| Binary | 101111 | 11110000 | 11010010 | 1010000 | 0 | 1100 | 110 | 10101011 | 1010111 | 111000 |
Color Harmonies of #2FF0D2
Complementary color
Monochromatic Colors of #2FF0D2
Black with #2FF0D2
Text Example
Text Example
White with #2FF0D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF0D2; }
p { color: rgb(47,240,210); }
H1.HeaderClassName
{
color: #2FF0D2;
}
.AnyTagClassName
{
color: #2FF0D2;
}
</style>
background-color css
<style>
a { background-color: #2FF0D2; }
a { background-color: rgb(47,240,210); }
div.DivClassName
{
background-color: #2FF0D2;
}
.BgClassName
{
background-color: #2FF0D2;
}
</style>
border-color css
<style>
span { border-color: #2FF0D2; }
span { border-color: rgb(47,240,210); }
td.TdClassName
{
border-color: #2FF0D2;
}
.TagClassName
{
border-color: #2FF0D2;
}
</style>