Shades of Medium Turquoise #47BFC2
Tints of Medium Turquoise #47BFC2
RGB
CMYK
RGB Variations
Color information
#47BFC2 (or 0x47BFC2) is known color: Medium Turquoise. HEX triplet: 47, BF and C2. RGB value is (71,191,194). Sum of RGB (Red+Green+Blue) = 71+191+194=456 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.57% from 456); Green value is 191 (75% from 255 or 41.89% from 456); Blue value is 194 (76.17% from 255 or 42.54% from 456); Max value from RGB is 194 - color contains mainly: blue. Hex color #47BFC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BFC2 is #B8403D. Grayscale: #9B9B9B. Windows color (decimal): -12075070 or 12762951. OLE color: 12762951.
HSL color Cylindrical-coordinate representation of color #47BFC2: hue angle of 181.46º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47BFC2 is Cyan = 0.63, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 71 | 191 | 194 | - |
| CMYK | 0.63 | 0.02 | 0 | 0.24 |
| HSL | 181.46º | 0.5% | 0.52% | - |
| HSV(B) | 181.46º | 0.63% | 0.76% | - |
| XYZ | 30.97 | 42.5 | 57.61 | - |
| YUV | 155.46 | 149.74 | 67.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 191 | 194 | 0.63 | 0.02 | 0 | 0.24 | 181.46 | 0.5 | 0.52 |
| Hex | 47 | BF | C2 | 3F | 2 | 0 | 18 | B5 | 32 | 34 |
| Octal | 107 | 277 | 302 | 77 | 2 | 0 | 30 | 265 | 62 | 64 |
| Binary | 1000111 | 10111111 | 11000010 | 111111 | 10 | 0 | 11000 | 10110101 | 110010 | 110100 |
Color Harmonies of #47BFC2
Complementary color
Monochromatic Colors of #47BFC2
Black with #47BFC2
Text Example
Text Example
White with #47BFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BFC2; }
p { color: rgb(71,191,194); }
H1.HeaderClassName
{
color: #47BFC2;
}
.AnyTagClassName
{
color: #47BFC2;
}
</style>
background-color css
<style>
a { background-color: #47BFC2; }
a { background-color: rgb(71,191,194); }
div.DivClassName
{
background-color: #47BFC2;
}
.BgClassName
{
background-color: #47BFC2;
}
</style>
border-color css
<style>
span { border-color: #47BFC2; }
span { border-color: rgb(71,191,194); }
td.TdClassName
{
border-color: #47BFC2;
}
.TagClassName
{
border-color: #47BFC2;
}
</style>