Shades of Turquoise Blue #47DEF2
Tints of Turquoise Blue #47DEF2
RGB
CMYK
RGB Variations
Color information
#47DEF2 (or 0x47DEF2) is known color: Turquoise Blue. HEX triplet: 47, DE and F2. RGB value is (71,222,242). Sum of RGB (Red+Green+Blue) = 71+222+242=535 (70% of max value = 765). Red value is 71 (28.12% from 255 or 13.27% from 535); Green value is 222 (87.11% from 255 or 41.50% from 535); Blue value is 242 (94.92% from 255 or 45.23% from 535); Max value from RGB is 242 - color contains mainly: blue. Hex color #47DEF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47DEF2 is #B8210D. Grayscale: #B2B2B2. Windows color (decimal): -12067086 or 15916615. OLE color: 15916615.
HSL color Cylindrical-coordinate representation of color #47DEF2: hue angle of 187.02º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47DEF2 is Cyan = 0.71, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 71 | 222 | 242 | - |
| CMYK | 0.71 | 0.08 | 0 | 0.05 |
| HSL | 187.02º | 0.87% | 0.61% | - |
| HSV(B) | 187.02º | 0.71% | 0.95% | - |
| XYZ | 44.75 | 59.99 | 93.23 | - |
| YUV | 179.13 | 163.47 | 50.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 222 | 242 | 0.71 | 0.08 | 0 | 0.05 | 187.02 | 0.87 | 0.61 |
| Hex | 47 | DE | F2 | 47 | 8 | 0 | 5 | BB | 57 | 3D |
| Octal | 107 | 336 | 362 | 107 | 10 | 0 | 5 | 273 | 127 | 75 |
| Binary | 1000111 | 11011110 | 11110010 | 1000111 | 1000 | 0 | 101 | 10111011 | 1010111 | 111101 |
Color Harmonies of #47DEF2
Complementary color
Monochromatic Colors of #47DEF2
Black with #47DEF2
Text Example
Text Example
White with #47DEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DEF2; }
p { color: rgb(71,222,242); }
H1.HeaderClassName
{
color: #47DEF2;
}
.AnyTagClassName
{
color: #47DEF2;
}
</style>
background-color css
<style>
a { background-color: #47DEF2; }
a { background-color: rgb(71,222,242); }
div.DivClassName
{
background-color: #47DEF2;
}
.BgClassName
{
background-color: #47DEF2;
}
</style>
border-color css
<style>
span { border-color: #47DEF2; }
span { border-color: rgb(71,222,242); }
td.TdClassName
{
border-color: #47DEF2;
}
.TagClassName
{
border-color: #47DEF2;
}
</style>