Shades of Medium Turquoise #47CED4
Tints of Medium Turquoise #47CED4
RGB
CMYK
RGB Variations
Color information
#47CED4 (or 0x47CED4) is known color: Medium Turquoise. HEX triplet: 47, CE and D4. RGB value is (71,206,212). Sum of RGB (Red+Green+Blue) = 71+206+212=489 (64% of max value = 765). Red value is 71 (28.12% from 255 or 14.52% from 489); Green value is 206 (80.86% from 255 or 42.13% from 489); Blue value is 212 (83.20% from 255 or 43.35% from 489); Max value from RGB is 212 - color contains mainly: blue. Hex color #47CED4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CED4 is #B8312B. Grayscale: #A6A6A6. Windows color (decimal): -12071212 or 13946439. OLE color: 13946439.
HSL color Cylindrical-coordinate representation of color #47CED4: hue angle of 182.55º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #47CED4 is Cyan = 0.67, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 71 | 206 | 212 | - |
| CMYK | 0.67 | 0.03 | 0 | 0.17 |
| HSL | 182.55º | 0.62% | 0.55% | - |
| HSV(B) | 182.55º | 0.67% | 0.83% | - |
| XYZ | 36.55 | 50.24 | 70.06 | - |
| YUV | 166.32 | 153.77 | 60.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 206 | 212 | 0.67 | 0.03 | 0 | 0.17 | 182.55 | 0.62 | 0.55 |
| Hex | 47 | CE | D4 | 43 | 3 | 0 | 11 | B7 | 3E | 37 |
| Octal | 107 | 316 | 324 | 103 | 3 | 0 | 21 | 267 | 76 | 67 |
| Binary | 1000111 | 11001110 | 11010100 | 1000011 | 11 | 0 | 10001 | 10110111 | 111110 | 110111 |
Color Harmonies of #47CED4
Complementary color
Monochromatic Colors of #47CED4
Black with #47CED4
Text Example
Text Example
White with #47CED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CED4; }
p { color: rgb(71,206,212); }
H1.HeaderClassName
{
color: #47CED4;
}
.AnyTagClassName
{
color: #47CED4;
}
</style>
background-color css
<style>
a { background-color: #47CED4; }
a { background-color: rgb(71,206,212); }
div.DivClassName
{
background-color: #47CED4;
}
.BgClassName
{
background-color: #47CED4;
}
</style>
border-color css
<style>
span { border-color: #47CED4; }
span { border-color: rgb(71,206,212); }
td.TdClassName
{
border-color: #47CED4;
}
.TagClassName
{
border-color: #47CED4;
}
</style>