Html Css Color HEX #50ECCB Turquoise

📋 copy color: '#50ECCB'

red 80 ◦ green 236 ◦ blue 203

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

Shades of Turquoise #50ECCB

Tints of Turquoise #50ECCB

RGB

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

 GREEN value IS 236 (92.58% from 255) = 45.47%

 BLUE value IS 203 (79.69% from 255) = 39.11%

R = 15.41%
G = 45.47%
B = 39.11%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#50ECCB (or 0x50ECCB) is known color: Turquoise. HEX triplet: 50, EC and CB. RGB value is (80,236,203). Sum of RGB (Red+Green+Blue) = 80+236+203=519 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.41% from 519); Green value is 236 (92.58% from 255 or 45.47% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 236 - color contains mainly: green. Hex color #50ECCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50ECCB is #AF1334. Grayscale: #B9B9B9. Windows color (decimal): -11473717 or 13364304. OLE color: 13364304.

HSL color Cylindrical-coordinate representation of color #50ECCB: hue angle of 167.31º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50ECCB is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 236 203 -
CMYK 0.66 0 0.14 0.07
HSL 167.31º 0.8% 0.62% -
HSV(B) 167.31º 0.66% 0.93% -
XYZ 44.08 66.01 66.92 -
YUV 185.59 137.82 52.68 -
System Red Green Blue C M Y K H S L
Decimal 80 236 203 0.66 0 0.14 0.07 167.31 0.8 0.62
Hex 50 EC CB 42 0 E 7 A7 50 3E
Octal 120 354 313 102 0 16 7 247 120 76
Binary 1010000 11101100 11001011 1000010 0 1110 111 10100111 1010000 111110

Color Harmonies of #50ECCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ECCB

Black with #50ECCB

Text Example


Text Example

White with #50ECCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,236,203); }

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

background-color css

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

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

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

border-color css

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

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

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