Html Css Color HEX #50F9CA Turquoise

📋 copy color: '#50F9CA'

red 80 ◦ green 249 ◦ blue 202

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

Shades of Turquoise #50F9CA

Tints of Turquoise #50F9CA

RGB

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

 GREEN value IS 249 (97.66% from 255) = 46.89%

 BLUE value IS 202 (79.3% from 255) = 38.04%

R = 15.07%
G = 46.89%
B = 38.04%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#50F9CA (or 0x50F9CA) is known color: Turquoise. HEX triplet: 50, F9 and CA. RGB value is (80,249,202). Sum of RGB (Red+Green+Blue) = 80+249+202=531 (70% of max value = 765). Red value is 80 (31.64% from 255 or 15.07% from 531); Green value is 249 (97.66% from 255 or 46.89% from 531); Blue value is 202 (79.30% from 255 or 38.04% from 531); Max value from RGB is 249 - color contains mainly: green. Hex color #50F9CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50F9CA is #AF0635. Grayscale: #C1C1C1. Windows color (decimal): -11470390 or 13302096. OLE color: 13302096.

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

Color convert

RGB 80 249 202 -
CMYK 0.68 0 0.19 0.02
HSL 163.31º 0.93% 0.65% -
HSV(B) 163.31º 0.68% 0.98% -
XYZ 47.84 73.72 67.59 -
YUV 193.11 133.01 47.32 -
System Red Green Blue C M Y K H S L
Decimal 80 249 202 0.68 0 0.19 0.02 163.31 0.93 0.65
Hex 50 F9 CA 44 0 13 2 A3 5D 41
Octal 120 371 312 104 0 23 2 243 135 101
Binary 1010000 11111001 11001010 1000100 0 10011 10 10100011 1011101 1000001

Color Harmonies of #50F9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F9CA

Black with #50F9CA

Text Example


Text Example

White with #50F9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,249,202); }

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

background-color css

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

 a { background-color: rgb(80,249,202); }

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

border-color css

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

 span { border-color: rgb(80,249,202); }

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