Shades of Turquoise #2FF9CC
Tints of Turquoise #2FF9CC
RGB
CMYK
RGB Variations
Color information
#2FF9CC (or 0x2FF9CC) is known color: Turquoise. HEX triplet: 2F, F9 and CC. RGB value is (47,249,204). Sum of RGB (Red+Green+Blue) = 47+249+204=500 (66% of max value = 765). Red value is 47 (18.75% from 255 or 9.4% from 500); Green value is 249 (97.66% from 255 or 49.8% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 249 - color contains mainly: green. Hex color #2FF9CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FF9CC is #D00633. Grayscale: #B7B7B7. Windows color (decimal): -13633076 or 13433135. OLE color: 13433135.
HSL color Cylindrical-coordinate representation of color #2FF9CC: hue angle of 166.63º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF9CC is Cyan = 0.81, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 249 | 204 | - |
| CMYK | 0.81 | 0 | 0.18 | 0.02 |
| HSL | 166.63º | 0.94% | 0.58% | - |
| HSV(B) | 166.63º | 0.81% | 0.98% | - |
| XYZ | 45.95 | 72.72 | 68.74 | - |
| YUV | 183.47 | 139.58 | 30.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 249 | 204 | 0.81 | 0 | 0.18 | 0.02 | 166.63 | 0.94 | 0.58 |
| Hex | 2F | F9 | CC | 51 | 0 | 12 | 2 | A7 | 5E | 3A |
| Octal | 57 | 371 | 314 | 121 | 0 | 22 | 2 | 247 | 136 | 72 |
| Binary | 101111 | 11111001 | 11001100 | 1010001 | 0 | 10010 | 10 | 10100111 | 1011110 | 111010 |
Color Harmonies of #2FF9CC
Complementary color
Monochromatic Colors of #2FF9CC
Black with #2FF9CC
Text Example
Text Example
White with #2FF9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF9CC; }
p { color: rgb(47,249,204); }
H1.HeaderClassName
{
color: #2FF9CC;
}
.AnyTagClassName
{
color: #2FF9CC;
}
</style>
background-color css
<style>
a { background-color: #2FF9CC; }
a { background-color: rgb(47,249,204); }
div.DivClassName
{
background-color: #2FF9CC;
}
.BgClassName
{
background-color: #2FF9CC;
}
</style>
border-color css
<style>
span { border-color: #2FF9CC; }
span { border-color: rgb(47,249,204); }
td.TdClassName
{
border-color: #2FF9CC;
}
.TagClassName
{
border-color: #2FF9CC;
}
</style>