Shades of Turquoise Blue #50CDF3
Tints of Turquoise Blue #50CDF3
RGB
CMYK
RGB Variations
Color information
#50CDF3 (or 0x50CDF3) is known color: Turquoise Blue. HEX triplet: 50, CD and F3. RGB value is (80,205,243). Sum of RGB (Red+Green+Blue) = 80+205+243=528 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.15% from 528); Green value is 205 (80.47% from 255 or 38.83% from 528); Blue value is 243 (95.31% from 255 or 46.02% from 528); Max value from RGB is 243 - color contains mainly: blue. Hex color #50CDF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50CDF3 is #AF320C. Grayscale: #ABABAB. Windows color (decimal): -11481613 or 15977808. OLE color: 15977808.
HSL color Cylindrical-coordinate representation of color #50CDF3: hue angle of 193.99º degrees, saturation: 0.87, 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 #50CDF3 is Cyan = 0.67, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 205 | 243 | - |
| CMYK | 0.67 | 0.16 | 0 | 0.05 |
| HSL | 193.99º | 0.87% | 0.63% | - |
| HSV(B) | 193.99º | 0.67% | 0.95% | - |
| XYZ | 41.32 | 51.84 | 92.62 | - |
| YUV | 171.96 | 168.09 | 62.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 205 | 243 | 0.67 | 0.16 | 0 | 0.05 | 193.99 | 0.87 | 0.63 |
| Hex | 50 | CD | F3 | 43 | 10 | 0 | 5 | C2 | 57 | 3F |
| Octal | 120 | 315 | 363 | 103 | 20 | 0 | 5 | 302 | 127 | 77 |
| Binary | 1010000 | 11001101 | 11110011 | 1000011 | 10000 | 0 | 101 | 11000010 | 1010111 | 111111 |
Color Harmonies of #50CDF3
Complementary color
Monochromatic Colors of #50CDF3
Black with #50CDF3
Text Example
Text Example
White with #50CDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CDF3; }
p { color: rgb(80,205,243); }
H1.HeaderClassName
{
color: #50CDF3;
}
.AnyTagClassName
{
color: #50CDF3;
}
</style>
background-color css
<style>
a { background-color: #50CDF3; }
a { background-color: rgb(80,205,243); }
div.DivClassName
{
background-color: #50CDF3;
}
.BgClassName
{
background-color: #50CDF3;
}
</style>
border-color css
<style>
span { border-color: #50CDF3; }
span { border-color: rgb(80,205,243); }
td.TdClassName
{
border-color: #50CDF3;
}
.TagClassName
{
border-color: #50CDF3;
}
</style>