Shades of Turquoise Blue #50CDF2
Tints of Turquoise Blue #50CDF2
RGB
CMYK
RGB Variations
Color information
#50CDF2 (or 0x50CDF2) is known color: Turquoise Blue. HEX triplet: 50, CD and F2. RGB value is (80,205,242). Sum of RGB (Red+Green+Blue) = 80+205+242=527 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.18% from 527); Green value is 205 (80.47% from 255 or 38.90% from 527); Blue value is 242 (94.92% from 255 or 45.92% from 527); Max value from RGB is 242 - color contains mainly: blue. Hex color #50CDF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50CDF2 is #AF320D. Grayscale: #ABABAB. Windows color (decimal): -11481614 or 15912272. OLE color: 15912272.
HSL color Cylindrical-coordinate representation of color #50CDF2: hue angle of 193.7º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50CDF2 is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 205 | 242 | - |
| CMYK | 0.67 | 0.15 | 0 | 0.05 |
| HSL | 193.7º | 0.86% | 0.63% | - |
| HSV(B) | 193.7º | 0.67% | 0.95% | - |
| XYZ | 41.17 | 51.78 | 91.83 | - |
| YUV | 171.84 | 167.59 | 62.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 205 | 242 | 0.67 | 0.15 | 0 | 0.05 | 193.7 | 0.86 | 0.63 |
| Hex | 50 | CD | F2 | 43 | F | 0 | 5 | C2 | 56 | 3F |
| Octal | 120 | 315 | 362 | 103 | 17 | 0 | 5 | 302 | 126 | 77 |
| Binary | 1010000 | 11001101 | 11110010 | 1000011 | 1111 | 0 | 101 | 11000010 | 1010110 | 111111 |
Color Harmonies of #50CDF2
Complementary color
Monochromatic Colors of #50CDF2
Black with #50CDF2
Text Example
Text Example
White with #50CDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CDF2; }
p { color: rgb(80,205,242); }
H1.HeaderClassName
{
color: #50CDF2;
}
.AnyTagClassName
{
color: #50CDF2;
}
</style>
background-color css
<style>
a { background-color: #50CDF2; }
a { background-color: rgb(80,205,242); }
div.DivClassName
{
background-color: #50CDF2;
}
.BgClassName
{
background-color: #50CDF2;
}
</style>
border-color css
<style>
span { border-color: #50CDF2; }
span { border-color: rgb(80,205,242); }
td.TdClassName
{
border-color: #50CDF2;
}
.TagClassName
{
border-color: #50CDF2;
}
</style>