Shades of Turquoise #2FFCCA
Tints of Turquoise #2FFCCA
RGB
CMYK
RGB Variations
Color information
#2FFCCA (or 0x2FFCCA) is known color: Turquoise. HEX triplet: 2F, FC and CA. RGB value is (47,252,202). Sum of RGB (Red+Green+Blue) = 47+252+202=501 (66% of max value = 765). Red value is 47 (18.75% from 255 or 9.38% from 501); Green value is 252 (98.83% from 255 or 50.30% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 252 - color contains mainly: green. Hex color #2FFCCA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFCCA is #D00335. Grayscale: #B8B8B8. Windows color (decimal): -13632310 or 13302831. OLE color: 13302831.
HSL color Cylindrical-coordinate representation of color #2FFCCA: hue angle of 165.37º degrees, saturation: 0.97, 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 #2FFCCA is Cyan = 0.81, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 252 | 202 | - |
| CMYK | 0.81 | 0 | 0.20 | 0.01 |
| HSL | 165.37º | 0.97% | 0.59% | - |
| HSV(B) | 165.37º | 0.81% | 0.99% | - |
| XYZ | 46.64 | 74.49 | 67.8 | - |
| YUV | 185.01 | 137.58 | 29.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 252 | 202 | 0.81 | 0 | 0.20 | 0.01 | 165.37 | 0.97 | 0.59 |
| Hex | 2F | FC | CA | 51 | 0 | 14 | 1 | A5 | 61 | 3B |
| Octal | 57 | 374 | 312 | 121 | 0 | 24 | 1 | 245 | 141 | 73 |
| Binary | 101111 | 11111100 | 11001010 | 1010001 | 0 | 10100 | 1 | 10100101 | 1100001 | 111011 |
Color Harmonies of #2FFCCA
Complementary color
Monochromatic Colors of #2FFCCA
Black with #2FFCCA
Text Example
Text Example
White with #2FFCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFCCA; }
p { color: rgb(47,252,202); }
H1.HeaderClassName
{
color: #2FFCCA;
}
.AnyTagClassName
{
color: #2FFCCA;
}
</style>
background-color css
<style>
a { background-color: #2FFCCA; }
a { background-color: rgb(47,252,202); }
div.DivClassName
{
background-color: #2FFCCA;
}
.BgClassName
{
background-color: #2FFCCA;
}
</style>
border-color css
<style>
span { border-color: #2FFCCA; }
span { border-color: rgb(47,252,202); }
td.TdClassName
{
border-color: #2FFCCA;
}
.TagClassName
{
border-color: #2FFCCA;
}
</style>