Html Css Color HEX #50FAD4 Turquoise

📋 copy color: '#50FAD4'

red 80 ◦ green 250 ◦ blue 212

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

Shades of Turquoise #50FAD4

Tints of Turquoise #50FAD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 39.11%

R = 14.76%
G = 46.13%
B = 39.11%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#50FAD4 (or 0x50FAD4) is known color: Turquoise. HEX triplet: 50, FA and D4. RGB value is (80,250,212). Sum of RGB (Red+Green+Blue) = 80+250+212=542 (71% of max value = 765). Red value is 80 (31.64% from 255 or 14.76% from 542); Green value is 250 (98.05% from 255 or 46.13% from 542); Blue value is 212 (83.20% from 255 or 39.11% from 542); Max value from RGB is 250 - color contains mainly: green. Hex color #50FAD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50FAD4 is #AF052B. Grayscale: #C2C2C2. Windows color (decimal): -11470124 or 13957712. OLE color: 13957712.

HSL color Cylindrical-coordinate representation of color #50FAD4: hue angle of 166.59º 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 #50FAD4 is Cyan = 0.68, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB 80 250 212 -
CMYK 0.68 0 0.15 0.02
HSL 166.59º 0.94% 0.65% -
HSV(B) 166.59º 0.68% 0.98% -
XYZ 49.38 74.83 74.13 -
YUV 194.84 137.68 46.09 -
System Red Green Blue C M Y K H S L
Decimal 80 250 212 0.68 0 0.15 0.02 166.59 0.94 0.65
Hex 50 FA D4 44 0 F 2 A7 5E 41
Octal 120 372 324 104 0 17 2 247 136 101
Binary 1010000 11111010 11010100 1000100 0 1111 10 10100111 1011110 1000001

Color Harmonies of #50FAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FAD4

Black with #50FAD4

Text Example


Text Example

White with #50FAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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