Html Css Color HEX #50EFBB Turquoise

📋 copy color: '#50EFBB'

red 80 ◦ green 239 ◦ blue 187

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

Shades of Turquoise #50EFBB

Tints of Turquoise #50EFBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.96%

R = 15.81%
G = 47.23%
B = 36.96%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#50EFBB (or 0x50EFBB) is known color: Turquoise. HEX triplet: 50, EF and BB. RGB value is (80,239,187). Sum of RGB (Red+Green+Blue) = 80+239+187=506 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.81% from 506); Green value is 239 (93.75% from 255 or 47.23% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 239 - color contains mainly: green. Hex color #50EFBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50EFBB is #AF1044. Grayscale: #B9B9B9. Windows color (decimal): -11472965 or 12316496. OLE color: 12316496.

HSL color Cylindrical-coordinate representation of color #50EFBB: hue angle of 160.38º 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 #50EFBB is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 80 239 187 -
CMYK 0.67 0 0.22 0.06
HSL 160.38º 0.83% 0.63% -
HSV(B) 160.38º 0.67% 0.94% -
XYZ 43.14 67.03 57.68 -
YUV 185.53 128.82 52.73 -
System Red Green Blue C M Y K H S L
Decimal 80 239 187 0.67 0 0.22 0.06 160.38 0.83 0.63
Hex 50 EF BB 43 0 16 6 A0 53 3F
Octal 120 357 273 103 0 26 6 240 123 77
Binary 1010000 11101111 10111011 1000011 0 10110 110 10100000 1010011 111111

Color Harmonies of #50EFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EFBB

Black with #50EFBB

Text Example


Text Example

White with #50EFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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