Html Css Color HEX #50F2CE Turquoise

📋 copy color: '#50F2CE'

red 80 ◦ green 242 ◦ blue 206

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

Shades of Turquoise #50F2CE

Tints of Turquoise #50F2CE

RGB

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

 GREEN value IS 242 (94.92% from 255) = 45.83%

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

R = 15.15%
G = 45.83%
B = 39.02%

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

#50F2CE (or 0x50F2CE) is known color: Turquoise. HEX triplet: 50, F2 and CE. RGB value is (80,242,206). Sum of RGB (Red+Green+Blue) = 80+242+206=528 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.15% from 528); Green value is 242 (94.92% from 255 or 45.83% from 528); Blue value is 206 (80.86% from 255 or 39.02% from 528); Max value from RGB is 242 - color contains mainly: green. Hex color #50F2CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50F2CE is #AF0D31. Grayscale: #BDBDBD. Windows color (decimal): -11472178 or 13562448. OLE color: 13562448.

HSL color Cylindrical-coordinate representation of color #50F2CE: hue angle of 166.67º degrees, saturation: 0.86, 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 #50F2CE is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 80 242 206 -
CMYK 0.67 0 0.15 0.05
HSL 166.67º 0.86% 0.63% -
HSV(B) 166.67º 0.67% 0.95% -
XYZ 46.2 69.67 69.4 -
YUV 189.46 137.33 49.93 -
System Red Green Blue C M Y K H S L
Decimal 80 242 206 0.67 0 0.15 0.05 166.67 0.86 0.63
Hex 50 F2 CE 43 0 F 5 A7 56 3F
Octal 120 362 316 103 0 17 5 247 126 77
Binary 1010000 11110010 11001110 1000011 0 1111 101 10100111 1010110 111111

Color Harmonies of #50F2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F2CE

Black with #50F2CE

Text Example


Text Example

White with #50F2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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