Html Css Color HEX #50DAEC Turquoise Blue

📋 copy color: '#50DAEC'

red 80 ◦ green 218 ◦ blue 236

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

Shades of Turquoise Blue #50DAEC

Tints of Turquoise Blue #50DAEC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.82%

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

R = 14.98%
G = 40.82%
B = 44.19%

CMYK

 C value IS 0.66

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#50DAEC (or 0x50DAEC) is known color: Turquoise Blue. HEX triplet: 50, DA and EC. RGB value is (80,218,236). Sum of RGB (Red+Green+Blue) = 80+218+236=534 (70% of max value = 765). Red value is 80 (31.64% from 255 or 14.98% from 534); Green value is 218 (85.55% from 255 or 40.82% from 534); Blue value is 236 (92.58% from 255 or 44.19% from 534); Max value from RGB is 236 - color contains mainly: blue. Hex color #50DAEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50DAEC is #AF2513. Grayscale: #B2B2B2. Windows color (decimal): -11478292 or 15522384. OLE color: 15522384.

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

Color convert

RGB 80 218 236 -
CMYK 0.66 0.08 0 0.07
HSL 186.92º 0.8% 0.62% -
HSV(B) 186.92º 0.66% 0.93% -
XYZ 43.52 57.9 88.24 -
YUV 178.79 160.28 57.54 -
System Red Green Blue C M Y K H S L
Decimal 80 218 236 0.66 0.08 0 0.07 186.92 0.8 0.62
Hex 50 DA EC 42 8 0 7 BB 50 3E
Octal 120 332 354 102 10 0 7 273 120 76
Binary 1010000 11011010 11101100 1000010 1000 0 111 10111011 1010000 111110

Color Harmonies of #50DAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DAEC

Black with #50DAEC

Text Example


Text Example

White with #50DAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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