Shades of Turquoise #2FDFC3
Tints of Turquoise #2FDFC3
RGB
CMYK
RGB Variations
Color information
#2FDFC3 (or 0x2FDFC3) is known color: Turquoise. HEX triplet: 2F, DF and C3. RGB value is (47,223,195). Sum of RGB (Red+Green+Blue) = 47+223+195=465 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.11% from 465); Green value is 223 (87.5% from 255 or 47.96% from 465); Blue value is 195 (76.56% from 255 or 41.94% from 465); Max value from RGB is 223 - color contains mainly: green. Hex color #2FDFC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FDFC3 is #D0203C. Grayscale: #A7A7A7. Windows color (decimal): -13639741 or 12836655. OLE color: 12836655.
HSL color Cylindrical-coordinate representation of color #2FDFC3: hue angle of 170.45º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FDFC3 is Cyan = 0.79, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
RGB | 47 | 223 | 195 | - |
CMYK | 0.79 | 0 | 0.13 | 0.13 |
HSL | 170.45º | 0.73% | 0.53% | - |
HSV(B) | 170.45º | 0.79% | 0.87% | - |
XYZ | 37.41 | 57.32 | 60.72 | - |
YUV | 167.18 | 143.69 | 42.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 47 | 223 | 195 | 0.79 | 0 | 0.13 | 0.13 | 170.45 | 0.73 | 0.53 |
Hex | 2F | DF | C3 | 4F | 0 | D | D | AA | 49 | 35 |
Octal | 57 | 337 | 303 | 117 | 0 | 15 | 15 | 252 | 111 | 65 |
Binary | 101111 | 11011111 | 11000011 | 1001111 | 0 | 1101 | 1101 | 10101010 | 1001001 | 110101 |
Color Harmonies of #2FDFC3
Complementary color
Monochromatic Colors of #2FDFC3
Black with #2FDFC3
Text Example
Text Example
White with #2FDFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDFC3; }
p { color: rgb(47,223,195); }
H1.HeaderClassName
{
color: #2FDFC3;
}
.AnyTagClassName
{
color: #2FDFC3;
}
</style>
background-color css
<style>
a { background-color: #2FDFC3; }
a { background-color: rgb(47,223,195); }
div.DivClassName
{
background-color: #2FDFC3;
}
.BgClassName
{
background-color: #2FDFC3;
}
</style>
border-color css
<style>
span { border-color: #2FDFC3; }
span { border-color: rgb(47,223,195); }
td.TdClassName
{
border-color: #2FDFC3;
}
.TagClassName
{
border-color: #2FDFC3;
}
</style>