Html Css Color HEX #50F2D0 Turquoise

📋 copy color: '#50F2D0'

red 80 ◦ green 242 ◦ blue 208

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

Shades of Turquoise #50F2D0

Tints of Turquoise #50F2D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.25%

R = 15.09%
G = 45.66%
B = 39.25%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#50F2D0 (or 0x50F2D0) is known color: Turquoise. HEX triplet: 50, F2 and D0. RGB value is (80,242,208). Sum of RGB (Red+Green+Blue) = 80+242+208=530 (70% of max value = 765). Red value is 80 (31.64% from 255 or 15.09% from 530); Green value is 242 (94.92% from 255 or 45.66% from 530); Blue value is 208 (81.64% from 255 or 39.25% from 530); Max value from RGB is 242 - color contains mainly: green. Hex color #50F2D0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50F2D0 is #AF0D2F. Grayscale: #BDBDBD. Windows color (decimal): -11472176 or 13693520. OLE color: 13693520.

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

Color convert

RGB 80 242 208 -
CMYK 0.67 0 0.14 0.05
HSL 167.41º 0.86% 0.63% -
HSV(B) 167.41º 0.67% 0.95% -
XYZ 46.45 69.76 70.69 -
YUV 189.69 138.33 49.76 -
System Red Green Blue C M Y K H S L
Decimal 80 242 208 0.67 0 0.14 0.05 167.41 0.86 0.63
Hex 50 F2 D0 43 0 E 5 A7 56 3F
Octal 120 362 320 103 0 16 5 247 126 77
Binary 1010000 11110010 11010000 1000011 0 1110 101 10100111 1010110 111111

Color Harmonies of #50F2D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F2D0

Black with #50F2D0

Text Example


Text Example

White with #50F2D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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