Html Css Color HEX #50D0EC Turquoise Blue

📋 copy color: '#50D0EC'

red 80 ◦ green 208 ◦ blue 236

#50D0EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #50D0EC

Tints of Turquoise Blue #50D0EC

RGB

 RED value IS 80 (31.64% from 255) = 15.27%

 GREEN value IS 208 (81.64% from 255) = 39.69%

 BLUE value IS 236 (92.58% from 255) = 45.04%

R = 15.27%
G = 39.69%
B = 45.04%

CMYK

 C value IS 0.66

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#50D0EC (or 0x50D0EC) is known color: Turquoise Blue. HEX triplet: 50, D0 and EC. RGB value is (80,208,236). Sum of RGB (Red+Green+Blue) = 80+208+236=524 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.27% from 524); Green value is 208 (81.64% from 255 or 39.69% from 524); Blue value is 236 (92.58% from 255 or 45.04% from 524); Max value from RGB is 236 - color contains mainly: blue. Hex color #50D0EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50D0EC is #AF2F13. Grayscale: #ACACAC. Windows color (decimal): -11480852 or 15519824. OLE color: 15519824.

HSL color Cylindrical-coordinate representation of color #50D0EC: hue angle of 190.77º degrees, saturation: 0.8, 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 #50D0EC is Cyan = 0.66, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 208 236 -
CMYK 0.66 0.12 0 0.07
HSL 190.77º 0.8% 0.62% -
HSV(B) 190.77º 0.66% 0.93% -
XYZ 41 52.87 87.4 -
YUV 172.92 163.59 61.72 -
System Red Green Blue C M Y K H S L
Decimal 80 208 236 0.66 0.12 0 0.07 190.77 0.8 0.62
Hex 50 D0 EC 42 C 0 7 BF 50 3E
Octal 120 320 354 102 14 0 7 277 120 76
Binary 1010000 11010000 11101100 1000010 1100 0 111 10111111 1010000 111110

Color Harmonies of #50D0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D0EC

Black with #50D0EC

Text Example


Text Example

White with #50D0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50D0EC; }

 p { color: rgb(80,208,236); }

 H1.HeaderClassName
 {
   color: #50D0EC;
 }
 .AnyTagClassName
 {
   color: #50D0EC;
 }
</style>

background-color css

<style>
 a { background-color: #50D0EC; }

 a { background-color: rgb(80,208,236); }

 div.DivClassName
 {
   background-color: #50D0EC;
 }
 .BgClassName
 {
   background-color: #50D0EC;
 }
</style>

border-color css

<style>
 span { border-color: #50D0EC; }

 span { border-color: rgb(80,208,236); }

 td.TdClassName
 {
   border-color: #50D0EC;
 }
 .TagClassName
 {
   border-color: #50D0EC;
 }
</style>