Shades of Turquoise #47FBED
Tints of Turquoise #47FBED
RGB
CMYK
RGB Variations
Color information
#47FBED (or 0x47FBED) is known color: Turquoise. HEX triplet: 47, FB and ED. RGB value is (71,251,237). Sum of RGB (Red+Green+Blue) = 71+251+237=559 (74% of max value = 765). Red value is 71 (28.12% from 255 or 12.70% from 559); Green value is 251 (98.44% from 255 or 44.90% from 559); Blue value is 237 (92.97% from 255 or 42.40% from 559); Max value from RGB is 251 - color contains mainly: green. Hex color #47FBED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47FBED is #B80412. Grayscale: #C3C3C3. Windows color (decimal): -12059667 or 15596359. OLE color: 15596359.
HSL color Cylindrical-coordinate representation of color #47FBED: hue angle of 175.33º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47FBED is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 71 | 251 | 237 | - |
| CMYK | 0.72 | 0 | 0.06 | 0.02 |
| HSL | 175.33º | 0.96% | 0.63% | - |
| HSV(B) | 175.33º | 0.72% | 0.98% | - |
| XYZ | 52.38 | 76.45 | 92.12 | - |
| YUV | 195.58 | 151.37 | 39.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 251 | 237 | 0.72 | 0 | 0.06 | 0.02 | 175.33 | 0.96 | 0.63 |
| Hex | 47 | FB | ED | 48 | 0 | 6 | 2 | AF | 60 | 3F |
| Octal | 107 | 373 | 355 | 110 | 0 | 6 | 2 | 257 | 140 | 77 |
| Binary | 1000111 | 11111011 | 11101101 | 1001000 | 0 | 110 | 10 | 10101111 | 1100000 | 111111 |
Color Harmonies of #47FBED
Complementary color
Monochromatic Colors of #47FBED
Black with #47FBED
Text Example
Text Example
White with #47FBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FBED; }
p { color: rgb(71,251,237); }
H1.HeaderClassName
{
color: #47FBED;
}
.AnyTagClassName
{
color: #47FBED;
}
</style>
background-color css
<style>
a { background-color: #47FBED; }
a { background-color: rgb(71,251,237); }
div.DivClassName
{
background-color: #47FBED;
}
.BgClassName
{
background-color: #47FBED;
}
</style>
border-color css
<style>
span { border-color: #47FBED; }
span { border-color: rgb(71,251,237); }
td.TdClassName
{
border-color: #47FBED;
}
.TagClassName
{
border-color: #47FBED;
}
</style>