Html Css Color HEX #50FCD3 Turquoise

📋 copy color: '#50FCD3'

red 80 ◦ green 252 ◦ blue 211

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

Shades of Turquoise #50FCD3

Tints of Turquoise #50FCD3

RGB

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

 GREEN value IS 252 (98.83% from 255) = 46.41%

 BLUE value IS 211 (82.81% from 255) = 38.86%

R = 14.73%
G = 46.41%
B = 38.86%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#50FCD3 (or 0x50FCD3) is known color: Turquoise. HEX triplet: 50, FC and D3. RGB value is (80,252,211). Sum of RGB (Red+Green+Blue) = 80+252+211=543 (71% of max value = 765). Red value is 80 (31.64% from 255 or 14.73% from 543); Green value is 252 (98.83% from 255 or 46.41% from 543); Blue value is 211 (82.81% from 255 or 38.86% from 543); Max value from RGB is 252 - color contains mainly: green. Hex color #50FCD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50FCD3 is #AF032C. Grayscale: #C3C3C3. Windows color (decimal): -11469613 or 13892688. OLE color: 13892688.

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

Color convert

RGB 80 252 211 -
CMYK 0.68 0 0.16 0.01
HSL 165.7º 0.97% 0.65% -
HSV(B) 165.7º 0.68% 0.99% -
XYZ 49.88 76.03 73.67 -
YUV 195.9 136.52 45.33 -
System Red Green Blue C M Y K H S L
Decimal 80 252 211 0.68 0 0.16 0.01 165.7 0.97 0.65
Hex 50 FC D3 44 0 10 1 A6 61 41
Octal 120 374 323 104 0 20 1 246 141 101
Binary 1010000 11111100 11010011 1000100 0 10000 1 10100110 1100001 1000001

Color Harmonies of #50FCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FCD3

Black with #50FCD3

Text Example


Text Example

White with #50FCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,252,211); }

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

background-color css

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

 a { background-color: rgb(80,252,211); }

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

border-color css

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

 span { border-color: rgb(80,252,211); }

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