Html Css Color HEX #50F3CE Turquoise

📋 copy color: '#50F3CE'

red 80 ◦ green 243 ◦ blue 206

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

Shades of Turquoise #50F3CE

Tints of Turquoise #50F3CE

RGB

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

 GREEN value IS 243 (95.31% from 255) = 45.94%

 BLUE value IS 206 (80.86% from 255) = 38.94%

R = 15.12%
G = 45.94%
B = 38.94%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#50F3CE (or 0x50F3CE) is known color: Turquoise. HEX triplet: 50, F3 and CE. RGB value is (80,243,206). Sum of RGB (Red+Green+Blue) = 80+243+206=529 (70% of max value = 765). Red value is 80 (31.64% from 255 or 15.12% from 529); Green value is 243 (95.31% from 255 or 45.94% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 243 - color contains mainly: green. Hex color #50F3CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50F3CE is #AF0C31. Grayscale: #BEBEBE. Windows color (decimal): -11471922 or 13562704. OLE color: 13562704.

HSL color Cylindrical-coordinate representation of color #50F3CE: hue angle of 166.38º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F3CE is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 80 243 206 -
CMYK 0.67 0 0.15 0.05
HSL 166.38º 0.87% 0.63% -
HSV(B) 166.38º 0.67% 0.95% -
XYZ 46.5 70.26 69.5 -
YUV 190.05 137 49.51 -
System Red Green Blue C M Y K H S L
Decimal 80 243 206 0.67 0 0.15 0.05 166.38 0.87 0.63
Hex 50 F3 CE 43 0 F 5 A6 57 3F
Octal 120 363 316 103 0 17 5 246 127 77
Binary 1010000 11110011 11001110 1000011 0 1111 101 10100110 1010111 111111

Color Harmonies of #50F3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F3CE

Black with #50F3CE

Text Example


Text Example

White with #50F3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,243,206); }

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

background-color css

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

 a { background-color: rgb(80,243,206); }

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

border-color css

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

 span { border-color: rgb(80,243,206); }

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