Shades of Medium Turquoise #47CBE6
Tints of Medium Turquoise #47CBE6
RGB
CMYK
RGB Variations
Color information
#47CBE6 (or 0x47CBE6) is known color: Medium Turquoise. HEX triplet: 47, CB and E6. RGB value is (71,203,230). Sum of RGB (Red+Green+Blue) = 71+203+230=504 (66% of max value = 765). Red value is 71 (28.12% from 255 or 14.09% from 504); Green value is 203 (79.69% from 255 or 40.28% from 504); Blue value is 230 (90.23% from 255 or 45.63% from 504); Max value from RGB is 230 - color contains mainly: blue. Hex color #47CBE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47CBE6 is #B83419. Grayscale: #A6A6A6. Windows color (decimal): -12071962 or 15125319. OLE color: 15125319.
HSL color Cylindrical-coordinate representation of color #47CBE6: hue angle of 190.19º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #47CBE6 is Cyan = 0.69, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 71 | 203 | 230 | - |
| CMYK | 0.69 | 0.12 | 0 | 0.10 |
| HSL | 190.19º | 0.76% | 0.59% | - |
| HSV(B) | 190.19º | 0.69% | 0.9% | - |
| XYZ | 38.24 | 49.76 | 82.45 | - |
| YUV | 166.61 | 163.77 | 59.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 203 | 230 | 0.69 | 0.12 | 0 | 0.10 | 190.19 | 0.76 | 0.59 |
| Hex | 47 | CB | E6 | 45 | C | 0 | A | BE | 4C | 3B |
| Octal | 107 | 313 | 346 | 105 | 14 | 0 | 12 | 276 | 114 | 73 |
| Binary | 1000111 | 11001011 | 11100110 | 1000101 | 1100 | 0 | 1010 | 10111110 | 1001100 | 111011 |
Color Harmonies of #47CBE6
Complementary color
Monochromatic Colors of #47CBE6
Black with #47CBE6
Text Example
Text Example
White with #47CBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CBE6; }
p { color: rgb(71,203,230); }
H1.HeaderClassName
{
color: #47CBE6;
}
.AnyTagClassName
{
color: #47CBE6;
}
</style>
background-color css
<style>
a { background-color: #47CBE6; }
a { background-color: rgb(71,203,230); }
div.DivClassName
{
background-color: #47CBE6;
}
.BgClassName
{
background-color: #47CBE6;
}
</style>
border-color css
<style>
span { border-color: #47CBE6; }
span { border-color: rgb(71,203,230); }
td.TdClassName
{
border-color: #47CBE6;
}
.TagClassName
{
border-color: #47CBE6;
}
</style>