Shades of Medium Turquoise #47CBD2
Tints of Medium Turquoise #47CBD2
RGB
CMYK
RGB Variations
Color information
#47CBD2 (or 0x47CBD2) is known color: Medium Turquoise. HEX triplet: 47, CB and D2. RGB value is (71,203,210). Sum of RGB (Red+Green+Blue) = 71+203+210=484 (64% of max value = 765). Red value is 71 (28.12% from 255 or 14.67% from 484); Green value is 203 (79.69% from 255 or 41.94% from 484); Blue value is 210 (82.42% from 255 or 43.39% from 484); Max value from RGB is 210 - color contains mainly: blue. Hex color #47CBD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CBD2 is #B8342D. Grayscale: #A4A4A4. Windows color (decimal): -12071982 or 13814599. OLE color: 13814599.
HSL color Cylindrical-coordinate representation of color #47CBD2: hue angle of 183.02º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47CBD2 is Cyan = 0.66, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 71 | 203 | 210 | - |
| CMYK | 0.66 | 0.03 | 0 | 0.18 |
| HSL | 183.02º | 0.61% | 0.55% | - |
| HSV(B) | 183.02º | 0.66% | 0.82% | - |
| XYZ | 35.59 | 48.7 | 68.5 | - |
| YUV | 164.33 | 153.77 | 61.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 203 | 210 | 0.66 | 0.03 | 0 | 0.18 | 183.02 | 0.61 | 0.55 |
| Hex | 47 | CB | D2 | 42 | 3 | 0 | 12 | B7 | 3D | 37 |
| Octal | 107 | 313 | 322 | 102 | 3 | 0 | 22 | 267 | 75 | 67 |
| Binary | 1000111 | 11001011 | 11010010 | 1000010 | 11 | 0 | 10010 | 10110111 | 111101 | 110111 |
Color Harmonies of #47CBD2
Complementary color
Monochromatic Colors of #47CBD2
Black with #47CBD2
Text Example
Text Example
White with #47CBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CBD2; }
p { color: rgb(71,203,210); }
H1.HeaderClassName
{
color: #47CBD2;
}
.AnyTagClassName
{
color: #47CBD2;
}
</style>
background-color css
<style>
a { background-color: #47CBD2; }
a { background-color: rgb(71,203,210); }
div.DivClassName
{
background-color: #47CBD2;
}
.BgClassName
{
background-color: #47CBD2;
}
</style>
border-color css
<style>
span { border-color: #47CBD2; }
span { border-color: rgb(71,203,210); }
td.TdClassName
{
border-color: #47CBD2;
}
.TagClassName
{
border-color: #47CBD2;
}
</style>