Shades of Turquoise Blue #47D2EF
Tints of Turquoise Blue #47D2EF
RGB
CMYK
RGB Variations
Color information
#47D2EF (or 0x47D2EF) is known color: Turquoise Blue. HEX triplet: 47, D2 and EF. RGB value is (71,210,239). Sum of RGB (Red+Green+Blue) = 71+210+239=520 (68% of max value = 765). Red value is 71 (28.12% from 255 or 13.65% from 520); Green value is 210 (82.42% from 255 or 40.38% from 520); Blue value is 239 (93.75% from 255 or 45.96% from 520); Max value from RGB is 239 - color contains mainly: blue. Hex color #47D2EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47D2EF is #B82D10. Grayscale: #ABABAB. Windows color (decimal): -12070161 or 15716935. OLE color: 15716935.
HSL color Cylindrical-coordinate representation of color #47D2EF: hue angle of 190.36º 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 #47D2EF is Cyan = 0.70, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 71 | 210 | 239 | - |
| CMYK | 0.70 | 0.12 | 0 | 0.06 |
| HSL | 190.36º | 0.84% | 0.61% | - |
| HSV(B) | 190.36º | 0.7% | 0.94% | - |
| XYZ | 41.23 | 53.66 | 89.85 | - |
| YUV | 171.75 | 165.95 | 56.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 210 | 239 | 0.70 | 0.12 | 0 | 0.06 | 190.36 | 0.84 | 0.61 |
| Hex | 47 | D2 | EF | 46 | C | 0 | 6 | BE | 54 | 3D |
| Octal | 107 | 322 | 357 | 106 | 14 | 0 | 6 | 276 | 124 | 75 |
| Binary | 1000111 | 11010010 | 11101111 | 1000110 | 1100 | 0 | 110 | 10111110 | 1010100 | 111101 |
Color Harmonies of #47D2EF
Complementary color
Monochromatic Colors of #47D2EF
Black with #47D2EF
Text Example
Text Example
White with #47D2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D2EF; }
p { color: rgb(71,210,239); }
H1.HeaderClassName
{
color: #47D2EF;
}
.AnyTagClassName
{
color: #47D2EF;
}
</style>
background-color css
<style>
a { background-color: #47D2EF; }
a { background-color: rgb(71,210,239); }
div.DivClassName
{
background-color: #47D2EF;
}
.BgClassName
{
background-color: #47D2EF;
}
</style>
border-color css
<style>
span { border-color: #47D2EF; }
span { border-color: rgb(71,210,239); }
td.TdClassName
{
border-color: #47D2EF;
}
.TagClassName
{
border-color: #47D2EF;
}
</style>