Html Css Color HEX #50CECE Medium Turquoise

📋 copy color: '#50CECE'

red 80 ◦ green 206 ◦ blue 206

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

Shades of Medium Turquoise #50CECE

Tints of Medium Turquoise #50CECE

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.87%

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

R = 16.26%
G = 41.87%
B = 41.87%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#50CECE (or 0x50CECE) is known color: Medium Turquoise. HEX triplet: 50, CE and CE. RGB value is (80,206,206). Sum of RGB (Red+Green+Blue) = 80+206+206=492 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.26% from 492); Green value is 206 (80.86% from 255 or 41.87% from 492); Blue value is 206 (80.86% from 255 or 41.87% from 492); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #50CECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CECE is #AF3131. Grayscale: #A8A8A8. Windows color (decimal): -11481394 or 13553232. OLE color: 13553232.

HSL color Cylindrical-coordinate representation of color #50CECE: hue angle of 180º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50CECE is Cyan = 0.61, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 80 206 206 -
CMYK 0.61 0 0 0.19
HSL 180º 0.56% 0.56% -
HSV(B) 180º 0.61% 0.81% -
XYZ 36.52 50.3 66.18 -
YUV 168.33 149.26 65 -
System Red Green Blue C M Y K H S L
Decimal 80 206 206 0.61 0 0 0.19 180 0.56 0.56
Hex 50 CE CE 3D 0 0 13 B4 38 38
Octal 120 316 316 75 0 0 23 264 70 70
Binary 1010000 11001110 11001110 111101 0 0 10011 10110100 111000 111000

Color Harmonies of #50CECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CECE

Black with #50CECE

Text Example


Text Example

White with #50CECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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