Shades of Turquoise #47EFE0
Tints of Turquoise #47EFE0
RGB
CMYK
RGB Variations
Color information
#47EFE0 (or 0x47EFE0) is known color: Turquoise. HEX triplet: 47, EF and E0. RGB value is (71,239,224). Sum of RGB (Red+Green+Blue) = 71+239+224=534 (70% of max value = 765). Red value is 71 (28.12% from 255 or 13.30% from 534); Green value is 239 (93.75% from 255 or 44.76% from 534); Blue value is 224 (87.89% from 255 or 41.95% from 534); Max value from RGB is 239 - color contains mainly: green. Hex color #47EFE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47EFE0 is #B8101F. Grayscale: #BABABA. Windows color (decimal): -12062752 or 14741319. OLE color: 14741319.
HSL color Cylindrical-coordinate representation of color #47EFE0: hue angle of 174.64º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47EFE0 is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 71 | 239 | 224 | - |
| CMYK | 0.70 | 0 | 0.06 | 0.06 |
| HSL | 174.64º | 0.84% | 0.61% | - |
| HSV(B) | 174.64º | 0.7% | 0.94% | - |
| XYZ | 46.92 | 68.45 | 81.26 | - |
| YUV | 187.06 | 148.84 | 45.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 239 | 224 | 0.70 | 0 | 0.06 | 0.06 | 174.64 | 0.84 | 0.61 |
| Hex | 47 | EF | E0 | 46 | 0 | 6 | 6 | AF | 54 | 3D |
| Octal | 107 | 357 | 340 | 106 | 0 | 6 | 6 | 257 | 124 | 75 |
| Binary | 1000111 | 11101111 | 11100000 | 1000110 | 0 | 110 | 110 | 10101111 | 1010100 | 111101 |
Color Harmonies of #47EFE0
Complementary color
Monochromatic Colors of #47EFE0
Black with #47EFE0
Text Example
Text Example
White with #47EFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47EFE0; }
p { color: rgb(71,239,224); }
H1.HeaderClassName
{
color: #47EFE0;
}
.AnyTagClassName
{
color: #47EFE0;
}
</style>
background-color css
<style>
a { background-color: #47EFE0; }
a { background-color: rgb(71,239,224); }
div.DivClassName
{
background-color: #47EFE0;
}
.BgClassName
{
background-color: #47EFE0;
}
</style>
border-color css
<style>
span { border-color: #47EFE0; }
span { border-color: rgb(71,239,224); }
td.TdClassName
{
border-color: #47EFE0;
}
.TagClassName
{
border-color: #47EFE0;
}
</style>