Html Css Color HEX #50ECDF Turquoise

📋 copy color: '#50ECDF'

red 80 ◦ green 236 ◦ blue 223

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

Shades of Turquoise #50ECDF

Tints of Turquoise #50ECDF

RGB

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

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

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

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

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#50ECDF (or 0x50ECDF) is known color: Turquoise. HEX triplet: 50, EC and DF. RGB value is (80,236,223). Sum of RGB (Red+Green+Blue) = 80+236+223=539 (71% of max value = 765). Red value is 80 (31.64% from 255 or 14.84% from 539); Green value is 236 (92.58% from 255 or 43.78% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 236 - color contains mainly: green. Hex color #50ECDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50ECDF is #AF1320. Grayscale: #BBBBBB. Windows color (decimal): -11473697 or 14675024. OLE color: 14675024.

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

Color convert

RGB 80 236 223 -
CMYK 0.66 0 0.06 0.07
HSL 175º 0.8% 0.62% -
HSV(B) 175º 0.66% 0.93% -
XYZ 46.62 67.02 80.29 -
YUV 187.87 147.82 51.06 -
System Red Green Blue C M Y K H S L
Decimal 80 236 223 0.66 0 0.06 0.07 175 0.8 0.62
Hex 50 EC DF 42 0 6 7 AF 50 3E
Octal 120 354 337 102 0 6 7 257 120 76
Binary 1010000 11101100 11011111 1000010 0 110 111 10101111 1010000 111110

Color Harmonies of #50ECDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ECDF

Black with #50ECDF

Text Example


Text Example

White with #50ECDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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