Shades of Turquoise Blue #50DEF2
Tints of Turquoise Blue #50DEF2
RGB
CMYK
RGB Variations
Color information
#50DEF2 (or 0x50DEF2) is known color: Turquoise Blue. HEX triplet: 50, DE and F2. RGB value is (80,222,242). Sum of RGB (Red+Green+Blue) = 80+222+242=544 (72% of max value = 765). Red value is 80 (31.64% from 255 or 14.71% from 544); Green value is 222 (87.11% from 255 or 40.81% from 544); Blue value is 242 (94.92% from 255 or 44.49% from 544); Max value from RGB is 242 - color contains mainly: blue. Hex color #50DEF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50DEF2 is #AF210D. Grayscale: #B5B5B5. Windows color (decimal): -11477262 or 15916624. OLE color: 15916624.
HSL color Cylindrical-coordinate representation of color #50DEF2: hue angle of 187.41º 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 #50DEF2 is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 222 | 242 | - |
| CMYK | 0.67 | 0.08 | 0 | 0.05 |
| HSL | 187.41º | 0.86% | 0.63% | - |
| HSV(B) | 187.41º | 0.67% | 0.95% | - |
| XYZ | 45.46 | 60.36 | 93.26 | - |
| YUV | 181.82 | 161.96 | 55.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 222 | 242 | 0.67 | 0.08 | 0 | 0.05 | 187.41 | 0.86 | 0.63 |
| Hex | 50 | DE | F2 | 43 | 8 | 0 | 5 | BB | 56 | 3F |
| Octal | 120 | 336 | 362 | 103 | 10 | 0 | 5 | 273 | 126 | 77 |
| Binary | 1010000 | 11011110 | 11110010 | 1000011 | 1000 | 0 | 101 | 10111011 | 1010110 | 111111 |
Color Harmonies of #50DEF2
Complementary color
Monochromatic Colors of #50DEF2
Black with #50DEF2
Text Example
Text Example
White with #50DEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DEF2; }
p { color: rgb(80,222,242); }
H1.HeaderClassName
{
color: #50DEF2;
}
.AnyTagClassName
{
color: #50DEF2;
}
</style>
background-color css
<style>
a { background-color: #50DEF2; }
a { background-color: rgb(80,222,242); }
div.DivClassName
{
background-color: #50DEF2;
}
.BgClassName
{
background-color: #50DEF2;
}
</style>
border-color css
<style>
span { border-color: #50DEF2; }
span { border-color: rgb(80,222,242); }
td.TdClassName
{
border-color: #50DEF2;
}
.TagClassName
{
border-color: #50DEF2;
}
</style>