Html Css Color HEX #50EDE8 Turquoise

📋 copy color: '#50EDE8'

red 80 ◦ green 237 ◦ blue 232

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

Shades of Turquoise #50EDE8

Tints of Turquoise #50EDE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 42.26%

R = 14.57%
G = 43.17%
B = 42.26%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#50EDE8 (or 0x50EDE8) is known color: Turquoise. HEX triplet: 50, ED and E8. RGB value is (80,237,232). Sum of RGB (Red+Green+Blue) = 80+237+232=549 (72% of max value = 765). Red value is 80 (31.64% from 255 or 14.57% from 549); Green value is 237 (92.97% from 255 or 43.17% from 549); Blue value is 232 (91.02% from 255 or 42.26% from 549); Max value from RGB is 237 - color contains mainly: green. Hex color #50EDE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50EDE8 is #AF1217. Grayscale: #BDBDBD. Windows color (decimal): -11473432 or 15265104. OLE color: 15265104.

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

Color convert

RGB 80 237 232 -
CMYK 0.66 0 0.02 0.07
HSL 178.09º 0.81% 0.62% -
HSV(B) 178.09º 0.66% 0.93% -
XYZ 48.16 68.1 86.95 -
YUV 189.49 151.99 49.91 -
System Red Green Blue C M Y K H S L
Decimal 80 237 232 0.66 0 0.02 0.07 178.09 0.81 0.62
Hex 50 ED E8 42 0 2 7 B2 51 3E
Octal 120 355 350 102 0 2 7 262 121 76
Binary 1010000 11101101 11101000 1000010 0 10 111 10110010 1010001 111110

Color Harmonies of #50EDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EDE8

Black with #50EDE8

Text Example


Text Example

White with #50EDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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