Html Css Color HEX #50FAE3 Turquoise

📋 copy color: '#50FAE3'

red 80 ◦ green 250 ◦ blue 227

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

Shades of Turquoise #50FAE3

Tints of Turquoise #50FAE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 40.75%

R = 14.36%
G = 44.88%
B = 40.75%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#50FAE3 (or 0x50FAE3) is known color: Turquoise. HEX triplet: 50, FA and E3. RGB value is (80,250,227). Sum of RGB (Red+Green+Blue) = 80+250+227=557 (73% of max value = 765). Red value is 80 (31.64% from 255 or 14.36% from 557); Green value is 250 (98.05% from 255 or 44.88% from 557); Blue value is 227 (89.06% from 255 or 40.75% from 557); Max value from RGB is 250 - color contains mainly: green. Hex color #50FAE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50FAE3 is #AF051C. Grayscale: #C4C4C4. Windows color (decimal): -11470109 or 14940752. OLE color: 14940752.

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

Color convert

RGB 80 250 227 -
CMYK 0.68 0 0.09 0.02
HSL 171.88º 0.94% 0.65% -
HSV(B) 171.88º 0.68% 0.98% -
XYZ 51.36 75.62 84.56 -
YUV 196.55 145.18 44.87 -
System Red Green Blue C M Y K H S L
Decimal 80 250 227 0.68 0 0.09 0.02 171.88 0.94 0.65
Hex 50 FA E3 44 0 9 2 AC 5E 41
Octal 120 372 343 104 0 11 2 254 136 101
Binary 1010000 11111010 11100011 1000100 0 1001 10 10101100 1011110 1000001

Color Harmonies of #50FAE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FAE3

Black with #50FAE3

Text Example


Text Example

White with #50FAE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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