Shades of Turquoise #2FF6D2
Tints of Turquoise #2FF6D2
RGB
CMYK
RGB Variations
Color information
#2FF6D2 (or 0x2FF6D2) is known color: Turquoise. HEX triplet: 2F, F6 and D2. RGB value is (47,246,210). Sum of RGB (Red+Green+Blue) = 47+246+210=503 (66% of max value = 765). Red value is 47 (18.75% from 255 or 9.34% from 503); Green value is 246 (96.48% from 255 or 48.91% from 503); Blue value is 210 (82.42% from 255 or 41.75% from 503); Max value from RGB is 246 - color contains mainly: green. Hex color #2FF6D2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FF6D2 is #D0092D. Grayscale: #B6B6B6. Windows color (decimal): -13633838 or 13825583. OLE color: 13825583.
HSL color Cylindrical-coordinate representation of color #2FF6D2: hue angle of 169.15º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF6D2 is Cyan = 0.81, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 47 | 246 | 210 | - |
| CMYK | 0.81 | 0 | 0.15 | 0.04 |
| HSL | 169.15º | 0.92% | 0.57% | - |
| HSV(B) | 169.15º | 0.81% | 0.96% | - |
| XYZ | 45.76 | 71.17 | 72.3 | - |
| YUV | 182.4 | 143.57 | 31.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 246 | 210 | 0.81 | 0 | 0.15 | 0.04 | 169.15 | 0.92 | 0.57 |
| Hex | 2F | F6 | D2 | 51 | 0 | F | 4 | A9 | 5C | 39 |
| Octal | 57 | 366 | 322 | 121 | 0 | 17 | 4 | 251 | 134 | 71 |
| Binary | 101111 | 11110110 | 11010010 | 1010001 | 0 | 1111 | 100 | 10101001 | 1011100 | 111001 |
Color Harmonies of #2FF6D2
Complementary color
Monochromatic Colors of #2FF6D2
Black with #2FF6D2
Text Example
Text Example
White with #2FF6D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF6D2; }
p { color: rgb(47,246,210); }
H1.HeaderClassName
{
color: #2FF6D2;
}
.AnyTagClassName
{
color: #2FF6D2;
}
</style>
background-color css
<style>
a { background-color: #2FF6D2; }
a { background-color: rgb(47,246,210); }
div.DivClassName
{
background-color: #2FF6D2;
}
.BgClassName
{
background-color: #2FF6D2;
}
</style>
border-color css
<style>
span { border-color: #2FF6D2; }
span { border-color: rgb(47,246,210); }
td.TdClassName
{
border-color: #2FF6D2;
}
.TagClassName
{
border-color: #2FF6D2;
}
</style>