Shades of Turquoise #47F5CB
Tints of Turquoise #47F5CB
RGB
CMYK
RGB Variations
Color information
#47F5CB (or 0x47F5CB) is known color: Turquoise. HEX triplet: 47, F5 and CB. RGB value is (71,245,203). Sum of RGB (Red+Green+Blue) = 71+245+203=519 (68% of max value = 765). Red value is 71 (28.12% from 255 or 13.68% from 519); Green value is 245 (96.09% from 255 or 47.21% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 245 - color contains mainly: green. Hex color #47F5CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47F5CB is #B80A34. Grayscale: #BCBCBC. Windows color (decimal): -12061237 or 13366599. OLE color: 13366599.
HSL color Cylindrical-coordinate representation of color #47F5CB: hue angle of 165.52º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47F5CB is Cyan = 0.71, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 71 | 245 | 203 | - |
| CMYK | 0.71 | 0 | 0.17 | 0.04 |
| HSL | 165.52º | 0.9% | 0.62% | - |
| HSV(B) | 165.52º | 0.71% | 0.96% | - |
| XYZ | 46.03 | 70.96 | 67.77 | - |
| YUV | 188.19 | 136.35 | 44.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 245 | 203 | 0.71 | 0 | 0.17 | 0.04 | 165.52 | 0.9 | 0.62 |
| Hex | 47 | F5 | CB | 47 | 0 | 11 | 4 | A6 | 5A | 3E |
| Octal | 107 | 365 | 313 | 107 | 0 | 21 | 4 | 246 | 132 | 76 |
| Binary | 1000111 | 11110101 | 11001011 | 1000111 | 0 | 10001 | 100 | 10100110 | 1011010 | 111110 |
Color Harmonies of #47F5CB
Complementary color
Monochromatic Colors of #47F5CB
Black with #47F5CB
Text Example
Text Example
White with #47F5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47F5CB; }
p { color: rgb(71,245,203); }
H1.HeaderClassName
{
color: #47F5CB;
}
.AnyTagClassName
{
color: #47F5CB;
}
</style>
background-color css
<style>
a { background-color: #47F5CB; }
a { background-color: rgb(71,245,203); }
div.DivClassName
{
background-color: #47F5CB;
}
.BgClassName
{
background-color: #47F5CB;
}
</style>
border-color css
<style>
span { border-color: #47F5CB; }
span { border-color: rgb(71,245,203); }
td.TdClassName
{
border-color: #47F5CB;
}
.TagClassName
{
border-color: #47F5CB;
}
</style>