Html Css Color HEX #50EACE Turquoise

📋 copy color: '#50EACE'

red 80 ◦ green 234 ◦ blue 206

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

Shades of Turquoise #50EACE

Tints of Turquoise #50EACE

RGB

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

 GREEN value IS 234 (91.8% from 255) = 45%

 BLUE value IS 206 (80.86% from 255) = 39.62%

R = 15.38%
G = 45%
B = 39.62%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#50EACE (or 0x50EACE) is known color: Turquoise. HEX triplet: 50, EA and CE. RGB value is (80,234,206). Sum of RGB (Red+Green+Blue) = 80+234+206=520 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.38% from 520); Green value is 234 (91.80% from 255 or 45% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 234 - color contains mainly: green. Hex color #50EACE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50EACE is #AF1531. Grayscale: #B8B8B8. Windows color (decimal): -11474226 or 13560400. OLE color: 13560400.

HSL color Cylindrical-coordinate representation of color #50EACE: hue angle of 169.09º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50EACE is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 80 234 206 -
CMYK 0.66 0 0.12 0.08
HSL 169.09º 0.79% 0.62% -
HSV(B) 169.09º 0.66% 0.92% -
XYZ 43.87 65.01 68.63 -
YUV 184.76 139.98 53.28 -
System Red Green Blue C M Y K H S L
Decimal 80 234 206 0.66 0 0.12 0.08 169.09 0.79 0.62
Hex 50 EA CE 42 0 C 8 A9 4F 3E
Octal 120 352 316 102 0 14 10 251 117 76
Binary 1010000 11101010 11001110 1000010 0 1100 1000 10101001 1001111 111110

Color Harmonies of #50EACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EACE

Black with #50EACE

Text Example


Text Example

White with #50EACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,234,206); }

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

background-color css

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

 a { background-color: rgb(80,234,206); }

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

border-color css

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

 span { border-color: rgb(80,234,206); }

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