Shades of Turquoise #47FDCB
Tints of Turquoise #47FDCB
RGB
CMYK
RGB Variations
Color information
#47FDCB (or 0x47FDCB) is known color: Turquoise. HEX triplet: 47, FD and CB. RGB value is (71,253,203). Sum of RGB (Red+Green+Blue) = 71+253+203=527 (69% of max value = 765). Red value is 71 (28.12% from 255 or 13.47% from 527); Green value is 253 (99.22% from 255 or 48.01% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 253 - color contains mainly: green. Hex color #47FDCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FDCB is #B80234. Grayscale: #C0C0C0. Windows color (decimal): -12059189 or 13368647. OLE color: 13368647.
HSL color Cylindrical-coordinate representation of color #47FDCB: hue angle of 163.52º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47FDCB is Cyan = 0.72, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 71 | 253 | 203 | - |
| CMYK | 0.72 | 0 | 0.20 | 0.01 |
| HSL | 163.52º | 0.98% | 0.64% | - |
| HSV(B) | 163.52º | 0.72% | 0.99% | - |
| XYZ | 48.5 | 75.9 | 68.59 | - |
| YUV | 192.88 | 133.7 | 41.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 253 | 203 | 0.72 | 0 | 0.20 | 0.01 | 163.52 | 0.98 | 0.64 |
| Hex | 47 | FD | CB | 48 | 0 | 14 | 1 | A4 | 62 | 40 |
| Octal | 107 | 375 | 313 | 110 | 0 | 24 | 1 | 244 | 142 | 100 |
| Binary | 1000111 | 11111101 | 11001011 | 1001000 | 0 | 10100 | 1 | 10100100 | 1100010 | 1000000 |
Color Harmonies of #47FDCB
Complementary color
Monochromatic Colors of #47FDCB
Black with #47FDCB
Text Example
Text Example
White with #47FDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FDCB; }
p { color: rgb(71,253,203); }
H1.HeaderClassName
{
color: #47FDCB;
}
.AnyTagClassName
{
color: #47FDCB;
}
</style>
background-color css
<style>
a { background-color: #47FDCB; }
a { background-color: rgb(71,253,203); }
div.DivClassName
{
background-color: #47FDCB;
}
.BgClassName
{
background-color: #47FDCB;
}
</style>
border-color css
<style>
span { border-color: #47FDCB; }
span { border-color: rgb(71,253,203); }
td.TdClassName
{
border-color: #47FDCB;
}
.TagClassName
{
border-color: #47FDCB;
}
</style>