Shades of Turquoise #47FDEF
Tints of Turquoise #47FDEF
RGB
CMYK
RGB Variations
Color information
#47FDEF (or 0x47FDEF) is known color: Turquoise. HEX triplet: 47, FD and EF. RGB value is (71,253,239). Sum of RGB (Red+Green+Blue) = 71+253+239=563 (74% of max value = 765). Red value is 71 (28.12% from 255 or 12.61% from 563); Green value is 253 (99.22% from 255 or 44.94% from 563); Blue value is 239 (93.75% from 255 or 42.45% from 563); Max value from RGB is 253 - color contains mainly: green. Hex color #47FDEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47FDEF is #B80210. Grayscale: #C4C4C4. Windows color (decimal): -12059153 or 15727943. OLE color: 15727943.
HSL color Cylindrical-coordinate representation of color #47FDEF: hue angle of 175.38º 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 #47FDEF is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 71 | 253 | 239 | - |
| CMYK | 0.72 | 0 | 0.06 | 0.01 |
| HSL | 175.38º | 0.98% | 0.64% | - |
| HSV(B) | 175.38º | 0.72% | 0.99% | - |
| XYZ | 53.3 | 77.82 | 93.87 | - |
| YUV | 196.99 | 151.7 | 38.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 253 | 239 | 0.72 | 0 | 0.06 | 0.01 | 175.38 | 0.98 | 0.64 |
| Hex | 47 | FD | EF | 48 | 0 | 6 | 1 | AF | 62 | 40 |
| Octal | 107 | 375 | 357 | 110 | 0 | 6 | 1 | 257 | 142 | 100 |
| Binary | 1000111 | 11111101 | 11101111 | 1001000 | 0 | 110 | 1 | 10101111 | 1100010 | 1000000 |
Color Harmonies of #47FDEF
Complementary color
Monochromatic Colors of #47FDEF
Black with #47FDEF
Text Example
Text Example
White with #47FDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FDEF; }
p { color: rgb(71,253,239); }
H1.HeaderClassName
{
color: #47FDEF;
}
.AnyTagClassName
{
color: #47FDEF;
}
</style>
background-color css
<style>
a { background-color: #47FDEF; }
a { background-color: rgb(71,253,239); }
div.DivClassName
{
background-color: #47FDEF;
}
.BgClassName
{
background-color: #47FDEF;
}
</style>
border-color css
<style>
span { border-color: #47FDEF; }
span { border-color: rgb(71,253,239); }
td.TdClassName
{
border-color: #47FDEF;
}
.TagClassName
{
border-color: #47FDEF;
}
</style>