Html Css Color HEX #50E5CD Turquoise

📋 copy color: '#50E5CD'

red 80 ◦ green 229 ◦ blue 205

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

Shades of Turquoise #50E5CD

Tints of Turquoise #50E5CD

RGB

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

 GREEN value IS 229 (89.84% from 255) = 44.55%

 BLUE value IS 205 (80.47% from 255) = 39.88%

R = 15.56%
G = 44.55%
B = 39.88%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#50E5CD (or 0x50E5CD) is known color: Turquoise. HEX triplet: 50, E5 and CD. RGB value is (80,229,205). Sum of RGB (Red+Green+Blue) = 80+229+205=514 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.56% from 514); Green value is 229 (89.84% from 255 or 44.55% from 514); Blue value is 205 (80.47% from 255 or 39.88% from 514); Max value from RGB is 229 - color contains mainly: green. Hex color #50E5CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50E5CD is #AF1A32. Grayscale: #B5B5B5. Windows color (decimal): -11475507 or 13493584. OLE color: 13493584.

HSL color Cylindrical-coordinate representation of color #50E5CD: hue angle of 170.34º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50E5CD is Cyan = 0.65, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 80 229 205 -
CMYK 0.65 0 0.10 0.10
HSL 170.34º 0.74% 0.61% -
HSV(B) 170.34º 0.65% 0.9% -
XYZ 42.35 62.15 67.52 -
YUV 181.71 141.14 55.45 -
System Red Green Blue C M Y K H S L
Decimal 80 229 205 0.65 0 0.10 0.10 170.34 0.74 0.61
Hex 50 E5 CD 41 0 A A AA 4A 3D
Octal 120 345 315 101 0 12 12 252 112 75
Binary 1010000 11100101 11001101 1000001 0 1010 1010 10101010 1001010 111101

Color Harmonies of #50E5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E5CD

Black with #50E5CD

Text Example


Text Example

White with #50E5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,229,205); }

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

background-color css

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

 a { background-color: rgb(80,229,205); }

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

border-color css

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

 span { border-color: rgb(80,229,205); }

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