Html Css Color HEX #50FAD2 Turquoise

📋 copy color: '#50FAD2'

red 80 ◦ green 250 ◦ blue 210

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

Shades of Turquoise #50FAD2

Tints of Turquoise #50FAD2

RGB

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

 GREEN value IS 250 (98.05% from 255) = 46.3%

 BLUE value IS 210 (82.42% from 255) = 38.89%

R = 14.81%
G = 46.3%
B = 38.89%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#50FAD2 (or 0x50FAD2) is known color: Turquoise. HEX triplet: 50, FA and D2. RGB value is (80,250,210). Sum of RGB (Red+Green+Blue) = 80+250+210=540 (71% of max value = 765). Red value is 80 (31.64% from 255 or 14.81% from 540); Green value is 250 (98.05% from 255 or 46.30% from 540); Blue value is 210 (82.42% from 255 or 38.89% from 540); Max value from RGB is 250 - color contains mainly: green. Hex color #50FAD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50FAD2 is #AF052D. Grayscale: #C2C2C2. Windows color (decimal): -11470126 or 13826640. OLE color: 13826640.

HSL color Cylindrical-coordinate representation of color #50FAD2: hue angle of 165.88º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50FAD2 is Cyan = 0.68, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 80 250 210 -
CMYK 0.68 0 0.16 0.02
HSL 165.88º 0.94% 0.65% -
HSV(B) 165.88º 0.68% 0.98% -
XYZ 49.13 74.73 72.81 -
YUV 194.61 136.68 46.25 -
System Red Green Blue C M Y K H S L
Decimal 80 250 210 0.68 0 0.16 0.02 165.88 0.94 0.65
Hex 50 FA D2 44 0 10 2 A6 5E 41
Octal 120 372 322 104 0 20 2 246 136 101
Binary 1010000 11111010 11010010 1000100 0 10000 10 10100110 1011110 1000001

Color Harmonies of #50FAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FAD2

Black with #50FAD2

Text Example


Text Example

White with #50FAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,250,210); }

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

background-color css

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

 a { background-color: rgb(80,250,210); }

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

border-color css

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

 span { border-color: rgb(80,250,210); }

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