Shades of Turquoise Blue #50CBEE
Tints of Turquoise Blue #50CBEE
RGB
CMYK
RGB Variations
Color information
#50CBEE (or 0x50CBEE) is known color: Turquoise Blue. HEX triplet: 50, CB and EE. RGB value is (80,203,238). Sum of RGB (Red+Green+Blue) = 80+203+238=521 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.36% from 521); Green value is 203 (79.69% from 255 or 38.96% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 238 - color contains mainly: blue. Hex color #50CBEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50CBEE is #AF3411. Grayscale: #A9A9A9. Windows color (decimal): -11482130 or 15649616. OLE color: 15649616.
HSL color Cylindrical-coordinate representation of color #50CBEE: hue angle of 193.29º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50CBEE is Cyan = 0.66, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 203 | 238 | - |
| CMYK | 0.66 | 0.15 | 0 | 0.07 |
| HSL | 193.29º | 0.82% | 0.62% | - |
| HSV(B) | 193.29º | 0.66% | 0.93% | - |
| XYZ | 40.1 | 50.59 | 88.54 | - |
| YUV | 170.21 | 166.25 | 63.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 203 | 238 | 0.66 | 0.15 | 0 | 0.07 | 193.29 | 0.82 | 0.62 |
| Hex | 50 | CB | EE | 42 | F | 0 | 7 | C1 | 52 | 3E |
| Octal | 120 | 313 | 356 | 102 | 17 | 0 | 7 | 301 | 122 | 76 |
| Binary | 1010000 | 11001011 | 11101110 | 1000010 | 1111 | 0 | 111 | 11000001 | 1010010 | 111110 |
Color Harmonies of #50CBEE
Complementary color
Monochromatic Colors of #50CBEE
Black with #50CBEE
Text Example
Text Example
White with #50CBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CBEE; }
p { color: rgb(80,203,238); }
H1.HeaderClassName
{
color: #50CBEE;
}
.AnyTagClassName
{
color: #50CBEE;
}
</style>
background-color css
<style>
a { background-color: #50CBEE; }
a { background-color: rgb(80,203,238); }
div.DivClassName
{
background-color: #50CBEE;
}
.BgClassName
{
background-color: #50CBEE;
}
</style>
border-color css
<style>
span { border-color: #50CBEE; }
span { border-color: rgb(80,203,238); }
td.TdClassName
{
border-color: #50CBEE;
}
.TagClassName
{
border-color: #50CBEE;
}
</style>