Html Css Color HEX #50EDDF Turquoise

📋 copy color: '#50EDDF'

red 80 ◦ green 237 ◦ blue 223

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

Shades of Turquoise #50EDDF

Tints of Turquoise #50EDDF

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.89%

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

R = 14.81%
G = 43.89%
B = 41.3%

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

#50EDDF (or 0x50EDDF) is known color: Turquoise. HEX triplet: 50, ED and DF. RGB value is (80,237,223). Sum of RGB (Red+Green+Blue) = 80+237+223=540 (71% of max value = 765). Red value is 80 (31.64% from 255 or 14.81% from 540); Green value is 237 (92.97% from 255 or 43.89% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 237 - color contains mainly: green. Hex color #50EDDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50EDDF is #AF1220. Grayscale: #BCBCBC. Windows color (decimal): -11473441 or 14675280. OLE color: 14675280.

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

Color convert

RGB 80 237 223 -
CMYK 0.66 0 0.06 0.07
HSL 174.65º 0.81% 0.62% -
HSV(B) 174.65º 0.66% 0.93% -
XYZ 46.91 67.6 80.39 -
YUV 188.46 147.49 50.64 -
System Red Green Blue C M Y K H S L
Decimal 80 237 223 0.66 0 0.06 0.07 174.65 0.81 0.62
Hex 50 ED DF 42 0 6 7 AF 51 3E
Octal 120 355 337 102 0 6 7 257 121 76
Binary 1010000 11101101 11011111 1000010 0 110 111 10101111 1010001 111110

Color Harmonies of #50EDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EDDF

Black with #50EDDF

Text Example


Text Example

White with #50EDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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