Html Css Color HEX #50EFE2 Turquoise

📋 copy color: '#50EFE2'

red 80 ◦ green 239 ◦ blue 226

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

Shades of Turquoise #50EFE2

Tints of Turquoise #50EFE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 41.47%

R = 14.68%
G = 43.85%
B = 41.47%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#50EFE2 (or 0x50EFE2) is known color: Turquoise. HEX triplet: 50, EF and E2. RGB value is (80,239,226). Sum of RGB (Red+Green+Blue) = 80+239+226=545 (72% of max value = 765). Red value is 80 (31.64% from 255 or 14.68% from 545); Green value is 239 (93.75% from 255 or 43.85% from 545); Blue value is 226 (88.67% from 255 or 41.47% from 545); Max value from RGB is 239 - color contains mainly: green. Hex color #50EFE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50EFE2 is #AF101D. Grayscale: #BDBDBD. Windows color (decimal): -11472926 or 14872400. OLE color: 14872400.

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

Color convert

RGB 80 239 226 -
CMYK 0.67 0 0.05 0.06
HSL 175.09º 0.83% 0.63% -
HSV(B) 175.09º 0.67% 0.94% -
XYZ 47.9 68.93 82.73 -
YUV 189.98 148.32 49.56 -
System Red Green Blue C M Y K H S L
Decimal 80 239 226 0.67 0 0.05 0.06 175.09 0.83 0.63
Hex 50 EF E2 43 0 5 6 AF 53 3F
Octal 120 357 342 103 0 5 6 257 123 77
Binary 1010000 11101111 11100010 1000011 0 101 110 10101111 1010011 111111

Color Harmonies of #50EFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EFE2

Black with #50EFE2

Text Example


Text Example

White with #50EFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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