Html Css Color HEX #50E3CC Turquoise

📋 copy color: '#50E3CC'

red 80 ◦ green 227 ◦ blue 204

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

Shades of Turquoise #50E3CC

Tints of Turquoise #50E3CC

RGB

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

 GREEN value IS 227 (89.06% from 255) = 44.42%

 BLUE value IS 204 (80.08% from 255) = 39.92%

R = 15.66%
G = 44.42%
B = 39.92%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#50E3CC (or 0x50E3CC) is known color: Turquoise. HEX triplet: 50, E3 and CC. RGB value is (80,227,204). Sum of RGB (Red+Green+Blue) = 80+227+204=511 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.66% from 511); Green value is 227 (89.06% from 255 or 44.42% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 227 - color contains mainly: green. Hex color #50E3CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50E3CC is #AF1C33. Grayscale: #B4B4B4. Windows color (decimal): -11476020 or 13427536. OLE color: 13427536.

HSL color Cylindrical-coordinate representation of color #50E3CC: hue angle of 170.61º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50E3CC is Cyan = 0.65, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 80 227 204 -
CMYK 0.65 0 0.10 0.11
HSL 170.61º 0.72% 0.6% -
HSV(B) 170.61º 0.65% 0.89% -
XYZ 41.68 61 66.7 -
YUV 180.43 141.3 56.37 -
System Red Green Blue C M Y K H S L
Decimal 80 227 204 0.65 0 0.10 0.11 170.61 0.72 0.6
Hex 50 E3 CC 41 0 A B AB 48 3C
Octal 120 343 314 101 0 12 13 253 110 74
Binary 1010000 11100011 11001100 1000001 0 1010 1011 10101011 1001000 111100

Color Harmonies of #50E3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E3CC

Black with #50E3CC

Text Example


Text Example

White with #50E3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,227,204); }

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

background-color css

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

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

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

border-color css

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

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

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