Shades of Medium Turquoise #50CCD3
Tints of Medium Turquoise #50CCD3
RGB
CMYK
RGB Variations
Color information
#50CCD3 (or 0x50CCD3) is known color: Medium Turquoise. HEX triplet: 50, CC and D3. RGB value is (80,204,211). Sum of RGB (Red+Green+Blue) = 80+204+211=495 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.16% from 495); Green value is 204 (80.08% from 255 or 41.21% from 495); Blue value is 211 (82.81% from 255 or 42.63% from 495); Max value from RGB is 211 - color contains mainly: blue. Hex color #50CCD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CCD3 is #AF332C. Grayscale: #A7A7A7. Windows color (decimal): -11481901 or 13880400. OLE color: 13880400.
HSL color Cylindrical-coordinate representation of color #50CCD3: hue angle of 183.21º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50CCD3 is Cyan = 0.62, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 80 | 204 | 211 | - |
| CMYK | 0.62 | 0.03 | 0 | 0.17 |
| HSL | 183.21º | 0.6% | 0.57% | - |
| HSV(B) | 183.21º | 0.62% | 0.83% | - |
| XYZ | 36.66 | 49.59 | 69.27 | - |
| YUV | 167.72 | 152.42 | 65.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 204 | 211 | 0.62 | 0.03 | 0 | 0.17 | 183.21 | 0.6 | 0.57 |
| Hex | 50 | CC | D3 | 3E | 3 | 0 | 11 | B7 | 3C | 39 |
| Octal | 120 | 314 | 323 | 76 | 3 | 0 | 21 | 267 | 74 | 71 |
| Binary | 1010000 | 11001100 | 11010011 | 111110 | 11 | 0 | 10001 | 10110111 | 111100 | 111001 |
Color Harmonies of #50CCD3
Complementary color
Monochromatic Colors of #50CCD3
Black with #50CCD3
Text Example
Text Example
White with #50CCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CCD3; }
p { color: rgb(80,204,211); }
H1.HeaderClassName
{
color: #50CCD3;
}
.AnyTagClassName
{
color: #50CCD3;
}
</style>
background-color css
<style>
a { background-color: #50CCD3; }
a { background-color: rgb(80,204,211); }
div.DivClassName
{
background-color: #50CCD3;
}
.BgClassName
{
background-color: #50CCD3;
}
</style>
border-color css
<style>
span { border-color: #50CCD3; }
span { border-color: rgb(80,204,211); }
td.TdClassName
{
border-color: #50CCD3;
}
.TagClassName
{
border-color: #50CCD3;
}
</style>