Shades of Medium Turquoise #2FC4CA
Tints of Medium Turquoise #2FC4CA
RGB
CMYK
RGB Variations
Color information
#2FC4CA (or 0x2FC4CA) is known color: Medium Turquoise. HEX triplet: 2F, C4 and CA. RGB value is (47,196,202). Sum of RGB (Red+Green+Blue) = 47+196+202=445 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.56% from 445); Green value is 196 (76.95% from 255 or 44.04% from 445); Blue value is 202 (79.30% from 255 or 45.39% from 445); Max value from RGB is 202 - color contains mainly: blue. Hex color #2FC4CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FC4CA is #D03B35. Grayscale: #979797. Windows color (decimal): -13646646 or 13288495. OLE color: 13288495.
HSL color Cylindrical-coordinate representation of color #2FC4CA: hue angle of 182.32º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FC4CA is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 47 | 196 | 202 | - |
| CMYK | 0.77 | 0.03 | 0 | 0.21 |
| HSL | 182.32º | 0.62% | 0.49% | - |
| HSV(B) | 182.32º | 0.77% | 0.79% | - |
| XYZ | 31.57 | 44.35 | 62.77 | - |
| YUV | 152.13 | 156.14 | 53.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 196 | 202 | 0.77 | 0.03 | 0 | 0.21 | 182.32 | 0.62 | 0.49 |
| Hex | 2F | C4 | CA | 4D | 3 | 0 | 15 | B6 | 3E | 31 |
| Octal | 57 | 304 | 312 | 115 | 3 | 0 | 25 | 266 | 76 | 61 |
| Binary | 101111 | 11000100 | 11001010 | 1001101 | 11 | 0 | 10101 | 10110110 | 111110 | 110001 |
Color Harmonies of #2FC4CA
Complementary color
Monochromatic Colors of #2FC4CA
Black with #2FC4CA
Text Example
Text Example
White with #2FC4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC4CA; }
p { color: rgb(47,196,202); }
H1.HeaderClassName
{
color: #2FC4CA;
}
.AnyTagClassName
{
color: #2FC4CA;
}
</style>
background-color css
<style>
a { background-color: #2FC4CA; }
a { background-color: rgb(47,196,202); }
div.DivClassName
{
background-color: #2FC4CA;
}
.BgClassName
{
background-color: #2FC4CA;
}
</style>
border-color css
<style>
span { border-color: #2FC4CA; }
span { border-color: rgb(47,196,202); }
td.TdClassName
{
border-color: #2FC4CA;
}
.TagClassName
{
border-color: #2FC4CA;
}
</style>