Html Css Color HEX #50F2CF Turquoise

📋 copy color: '#50F2CF'

red 80 ◦ green 242 ◦ blue 207

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

Shades of Turquoise #50F2CF

Tints of Turquoise #50F2CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.13%

R = 15.12%
G = 45.75%
B = 39.13%

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

#50F2CF (or 0x50F2CF) is known color: Turquoise. HEX triplet: 50, F2 and CF. RGB value is (80,242,207). Sum of RGB (Red+Green+Blue) = 80+242+207=529 (70% of max value = 765). Red value is 80 (31.64% from 255 or 15.12% from 529); Green value is 242 (94.92% from 255 or 45.75% from 529); Blue value is 207 (81.25% from 255 or 39.13% from 529); Max value from RGB is 242 - color contains mainly: green. Hex color #50F2CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50F2CF is #AF0D30. Grayscale: #BDBDBD. Windows color (decimal): -11472177 or 13627984. OLE color: 13627984.

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

Color convert

RGB 80 242 207 -
CMYK 0.67 0 0.14 0.05
HSL 167.04º 0.86% 0.63% -
HSV(B) 167.04º 0.67% 0.95% -
XYZ 46.32 69.71 70.05 -
YUV 189.57 137.83 49.85 -
System Red Green Blue C M Y K H S L
Decimal 80 242 207 0.67 0 0.14 0.05 167.04 0.86 0.63
Hex 50 F2 CF 43 0 E 5 A7 56 3F
Octal 120 362 317 103 0 16 5 247 126 77
Binary 1010000 11110010 11001111 1000011 0 1110 101 10100111 1010110 111111

Color Harmonies of #50F2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F2CF

Black with #50F2CF

Text Example


Text Example

White with #50F2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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