Html Css Color HEX #50DFEC Turquoise Blue

📋 copy color: '#50DFEC'

red 80 ◦ green 223 ◦ blue 236

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

Shades of Turquoise Blue #50DFEC

Tints of Turquoise Blue #50DFEC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.37%

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

R = 14.84%
G = 41.37%
B = 43.78%

CMYK

 C value IS 0.66

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#50DFEC (or 0x50DFEC) is known color: Turquoise Blue. HEX triplet: 50, DF and EC. RGB value is (80,223,236). Sum of RGB (Red+Green+Blue) = 80+223+236=539 (71% of max value = 765). Red value is 80 (31.64% from 255 or 14.84% from 539); Green value is 223 (87.5% from 255 or 41.37% from 539); Blue value is 236 (92.58% from 255 or 43.78% from 539); Max value from RGB is 236 - color contains mainly: blue. Hex color #50DFEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50DFEC is #AF2013. Grayscale: #B5B5B5. Windows color (decimal): -11477012 or 15523664. OLE color: 15523664.

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

Color convert

RGB 80 223 236 -
CMYK 0.66 0.06 0 0.07
HSL 185º 0.8% 0.62% -
HSV(B) 185º 0.66% 0.93% -
XYZ 44.84 60.54 88.68 -
YUV 181.73 158.62 55.44 -
System Red Green Blue C M Y K H S L
Decimal 80 223 236 0.66 0.06 0 0.07 185 0.8 0.62
Hex 50 DF EC 42 6 0 7 B9 50 3E
Octal 120 337 354 102 6 0 7 271 120 76
Binary 1010000 11011111 11101100 1000010 110 0 111 10111001 1010000 111110

Color Harmonies of #50DFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DFEC

Black with #50DFEC

Text Example


Text Example

White with #50DFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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