Html Css Color HEX #50E6CD Turquoise

📋 copy color: '#50E6CD'

red 80 ◦ green 230 ◦ blue 205

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

Shades of Turquoise #50E6CD

Tints of Turquoise #50E6CD

RGB

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

 GREEN value IS 230 (90.23% from 255) = 44.66%

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

R = 15.53%
G = 44.66%
B = 39.81%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#50E6CD (or 0x50E6CD) is known color: Turquoise. HEX triplet: 50, E6 and CD. RGB value is (80,230,205). Sum of RGB (Red+Green+Blue) = 80+230+205=515 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.53% from 515); Green value is 230 (90.23% from 255 or 44.66% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 230 - color contains mainly: green. Hex color #50E6CD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50E6CD is #AF1932. Grayscale: #B6B6B6. Windows color (decimal): -11475251 or 13493840. OLE color: 13493840.

HSL color Cylindrical-coordinate representation of color #50E6CD: hue angle of 170º degrees, saturation: 0.75, 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 #50E6CD is Cyan = 0.65, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 80 230 205 -
CMYK 0.65 0 0.11 0.10
HSL 170º 0.75% 0.61% -
HSV(B) 170º 0.65% 0.9% -
XYZ 42.62 62.71 67.61 -
YUV 182.3 140.81 55.03 -
System Red Green Blue C M Y K H S L
Decimal 80 230 205 0.65 0 0.11 0.10 170 0.75 0.61
Hex 50 E6 CD 41 0 B A AA 4B 3D
Octal 120 346 315 101 0 13 12 252 113 75
Binary 1010000 11100110 11001101 1000001 0 1011 1010 10101010 1001011 111101

Color Harmonies of #50E6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E6CD

Black with #50E6CD

Text Example


Text Example

White with #50E6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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