Html Css Color HEX #50E9D3 Turquoise

📋 copy color: '#50E9D3'

red 80 ◦ green 233 ◦ blue 211

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

Shades of Turquoise #50E9D3

Tints of Turquoise #50E9D3

RGB

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

 GREEN value IS 233 (91.41% from 255) = 44.47%

 BLUE value IS 211 (82.81% from 255) = 40.27%

R = 15.27%
G = 44.47%
B = 40.27%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.09

 K value IS 0.09

RGB Variations

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

Color information

#50E9D3 (or 0x50E9D3) is known color: Turquoise. HEX triplet: 50, E9 and D3. RGB value is (80,233,211). Sum of RGB (Red+Green+Blue) = 80+233+211=524 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.27% from 524); Green value is 233 (91.41% from 255 or 44.47% from 524); Blue value is 211 (82.81% from 255 or 40.27% from 524); Max value from RGB is 233 - color contains mainly: green. Hex color #50E9D3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50E9D3 is #AF162C. Grayscale: #B8B8B8. Windows color (decimal): -11474477 or 13887824. OLE color: 13887824.

HSL color Cylindrical-coordinate representation of color #50E9D3: hue angle of 171.37º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50E9D3 is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB 80 233 211 -
CMYK 0.66 0 0.09 0.09
HSL 171.37º 0.78% 0.61% -
HSV(B) 171.37º 0.66% 0.91% -
XYZ 44.21 64.69 71.78 -
YUV 184.75 142.81 53.29 -
System Red Green Blue C M Y K H S L
Decimal 80 233 211 0.66 0 0.09 0.09 171.37 0.78 0.61
Hex 50 E9 D3 42 0 9 9 AB 4E 3D
Octal 120 351 323 102 0 11 11 253 116 75
Binary 1010000 11101001 11010011 1000010 0 1001 1001 10101011 1001110 111101

Color Harmonies of #50E9D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E9D3

Black with #50E9D3

Text Example


Text Example

White with #50E9D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,233,211); }

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

background-color css

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

 a { background-color: rgb(80,233,211); }

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

border-color css

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

 span { border-color: rgb(80,233,211); }

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