Html Css Color HEX #50E2CF Turquoise

📋 copy color: '#50E2CF'

red 80 ◦ green 226 ◦ blue 207

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

Shades of Turquoise #50E2CF

Tints of Turquoise #50E2CF

RGB

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

 GREEN value IS 226 (88.67% from 255) = 44.05%

 BLUE value IS 207 (81.25% from 255) = 40.35%

R = 15.59%
G = 44.05%
B = 40.35%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.08

 K value IS 0.11

RGB Variations

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

Color information

#50E2CF (or 0x50E2CF) is known color: Turquoise. HEX triplet: 50, E2 and CF. RGB value is (80,226,207). Sum of RGB (Red+Green+Blue) = 80+226+207=513 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.59% from 513); Green value is 226 (88.67% from 255 or 44.05% from 513); Blue value is 207 (81.25% from 255 or 40.35% from 513); Max value from RGB is 226 - color contains mainly: green. Hex color #50E2CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50E2CF is #AF1D30. Grayscale: #B4B4B4. Windows color (decimal): -11476273 or 13623888. OLE color: 13623888.

HSL color Cylindrical-coordinate representation of color #50E2CF: hue angle of 172.19º 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 #50E2CF is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB 80 226 207 -
CMYK 0.65 0 0.08 0.11
HSL 172.19º 0.72% 0.6% -
HSV(B) 172.19º 0.65% 0.89% -
XYZ 41.77 60.6 68.53 -
YUV 180.18 143.13 56.54 -
System Red Green Blue C M Y K H S L
Decimal 80 226 207 0.65 0 0.08 0.11 172.19 0.72 0.6
Hex 50 E2 CF 41 0 8 B AC 48 3C
Octal 120 342 317 101 0 10 13 254 110 74
Binary 1010000 11100010 11001111 1000001 0 1000 1011 10101100 1001000 111100

Color Harmonies of #50E2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E2CF

Black with #50E2CF

Text Example


Text Example

White with #50E2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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