Html Css Color HEX #50E6CE Turquoise

📋 copy color: '#50E6CE'

red 80 ◦ green 230 ◦ blue 206

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

Shades of Turquoise #50E6CE

Tints of Turquoise #50E6CE

RGB

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

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

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

R = 15.5%
G = 44.57%
B = 39.92%

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

#50E6CE (or 0x50E6CE) is known color: Turquoise. HEX triplet: 50, E6 and CE. RGB value is (80,230,206). Sum of RGB (Red+Green+Blue) = 80+230+206=516 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.50% from 516); Green value is 230 (90.23% from 255 or 44.57% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 230 - color contains mainly: green. Hex color #50E6CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50E6CE is #AF1931. Grayscale: #B6B6B6. Windows color (decimal): -11475250 or 13559376. OLE color: 13559376.

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

Color convert

RGB 80 230 206 -
CMYK 0.65 0 0.10 0.10
HSL 170.4º 0.75% 0.61% -
HSV(B) 170.4º 0.65% 0.9% -
XYZ 42.75 62.76 68.25 -
YUV 182.41 141.31 54.95 -
System Red Green Blue C M Y K H S L
Decimal 80 230 206 0.65 0 0.10 0.10 170.4 0.75 0.61
Hex 50 E6 CE 41 0 A A AA 4B 3D
Octal 120 346 316 101 0 12 12 252 113 75
Binary 1010000 11100110 11001110 1000001 0 1010 1010 10101010 1001011 111101

Color Harmonies of #50E6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E6CE

Black with #50E6CE

Text Example


Text Example

White with #50E6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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