Shades of Turquoise #2FF6C4
Tints of Turquoise #2FF6C4
RGB
CMYK
RGB Variations
Color information
#2FF6C4 (or 0x2FF6C4) is known color: Turquoise. HEX triplet: 2F, F6 and C4. RGB value is (47,246,196). Sum of RGB (Red+Green+Blue) = 47+246+196=489 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.61% from 489); Green value is 246 (96.48% from 255 or 50.31% from 489); Blue value is 196 (76.95% from 255 or 40.08% from 489); Max value from RGB is 246 - color contains mainly: green. Hex color #2FF6C4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FF6C4 is #D0093B. Grayscale: #B4B4B4. Windows color (decimal): -13633852 or 12908079. OLE color: 12908079.
HSL color Cylindrical-coordinate representation of color #2FF6C4: hue angle of 164.92º 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 #2FF6C4 is Cyan = 0.81, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 47 | 246 | 196 | - |
| CMYK | 0.81 | 0 | 0.20 | 0.04 |
| HSL | 164.92º | 0.92% | 0.57% | - |
| HSV(B) | 164.92º | 0.81% | 0.96% | - |
| XYZ | 44.09 | 70.5 | 63.51 | - |
| YUV | 180.8 | 136.57 | 32.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 246 | 196 | 0.81 | 0 | 0.20 | 0.04 | 164.92 | 0.92 | 0.57 |
| Hex | 2F | F6 | C4 | 51 | 0 | 14 | 4 | A5 | 5C | 39 |
| Octal | 57 | 366 | 304 | 121 | 0 | 24 | 4 | 245 | 134 | 71 |
| Binary | 101111 | 11110110 | 11000100 | 1010001 | 0 | 10100 | 100 | 10100101 | 1011100 | 111001 |
Color Harmonies of #2FF6C4
Complementary color
Monochromatic Colors of #2FF6C4
Black with #2FF6C4
Text Example
Text Example
White with #2FF6C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF6C4; }
p { color: rgb(47,246,196); }
H1.HeaderClassName
{
color: #2FF6C4;
}
.AnyTagClassName
{
color: #2FF6C4;
}
</style>
background-color css
<style>
a { background-color: #2FF6C4; }
a { background-color: rgb(47,246,196); }
div.DivClassName
{
background-color: #2FF6C4;
}
.BgClassName
{
background-color: #2FF6C4;
}
</style>
border-color css
<style>
span { border-color: #2FF6C4; }
span { border-color: rgb(47,246,196); }
td.TdClassName
{
border-color: #2FF6C4;
}
.TagClassName
{
border-color: #2FF6C4;
}
</style>