Html Css Color HEX #50EFCB Turquoise

📋 copy color: '#50EFCB'

red 80 ◦ green 239 ◦ blue 203

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

Shades of Turquoise #50EFCB

Tints of Turquoise #50EFCB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 45.79%

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

R = 15.33%
G = 45.79%
B = 38.89%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#50EFCB (or 0x50EFCB) is known color: Turquoise. HEX triplet: 50, EF and CB. RGB value is (80,239,203). Sum of RGB (Red+Green+Blue) = 80+239+203=522 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.33% from 522); Green value is 239 (93.75% from 255 or 45.79% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 239 - color contains mainly: green. Hex color #50EFCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50EFCB is #AF1034. Grayscale: #BBBBBB. Windows color (decimal): -11472949 or 13365072. OLE color: 13365072.

HSL color Cylindrical-coordinate representation of color #50EFCB: hue angle of 166.42º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50EFCB is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 80 239 203 -
CMYK 0.67 0 0.15 0.06
HSL 166.42º 0.83% 0.63% -
HSV(B) 166.42º 0.67% 0.94% -
XYZ 44.95 67.75 67.21 -
YUV 187.36 136.82 51.43 -
System Red Green Blue C M Y K H S L
Decimal 80 239 203 0.67 0 0.15 0.06 166.42 0.83 0.63
Hex 50 EF CB 43 0 F 6 A6 53 3F
Octal 120 357 313 103 0 17 6 246 123 77
Binary 1010000 11101111 11001011 1000011 0 1111 110 10100110 1010011 111111

Color Harmonies of #50EFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EFCB

Black with #50EFCB

Text Example


Text Example

White with #50EFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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