Html Css Color HEX #50EDCF Turquoise

📋 copy color: '#50EDCF'

red 80 ◦ green 237 ◦ blue 207

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

Shades of Turquoise #50EDCF

Tints of Turquoise #50EDCF

RGB

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

 GREEN value IS 237 (92.97% from 255) = 45.23%

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

R = 15.27%
G = 45.23%
B = 39.5%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#50EDCF (or 0x50EDCF) is known color: Turquoise. HEX triplet: 50, ED and CF. RGB value is (80,237,207). Sum of RGB (Red+Green+Blue) = 80+237+207=524 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.27% from 524); Green value is 237 (92.97% from 255 or 45.23% from 524); Blue value is 207 (81.25% from 255 or 39.50% from 524); Max value from RGB is 237 - color contains mainly: green. Hex color #50EDCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50EDCF is #AF1230. Grayscale: #BABABA. Windows color (decimal): -11473457 or 13626704. OLE color: 13626704.

HSL color Cylindrical-coordinate representation of color #50EDCF: hue angle of 168.54º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50EDCF is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 237 207 -
CMYK 0.66 0 0.13 0.07
HSL 168.54º 0.81% 0.62% -
HSV(B) 168.54º 0.66% 0.93% -
XYZ 44.85 66.78 69.56 -
YUV 186.64 139.49 51.94 -
System Red Green Blue C M Y K H S L
Decimal 80 237 207 0.66 0 0.13 0.07 168.54 0.81 0.62
Hex 50 ED CF 42 0 D 7 A9 51 3E
Octal 120 355 317 102 0 15 7 251 121 76
Binary 1010000 11101101 11001111 1000010 0 1101 111 10101001 1010001 111110

Color Harmonies of #50EDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EDCF

Black with #50EDCF

Text Example


Text Example

White with #50EDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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