Html Css Color HEX #50E6EF Turquoise Blue

📋 copy color: '#50E6EF'

red 80 ◦ green 230 ◦ blue 239

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

Shades of Turquoise Blue #50E6EF

Tints of Turquoise Blue #50E6EF

RGB

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

 GREEN value IS 230 (90.23% from 255) = 41.89%

 BLUE value IS 239 (93.75% from 255) = 43.53%

R = 14.57%
G = 41.89%
B = 43.53%

CMYK

 C value IS 0.67

 M value IS 0.04

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#50E6EF (or 0x50E6EF) is known color: Turquoise Blue. HEX triplet: 50, E6 and EF. RGB value is (80,230,239). Sum of RGB (Red+Green+Blue) = 80+230+239=549 (72% of max value = 765). Red value is 80 (31.64% from 255 or 14.57% from 549); Green value is 230 (90.23% from 255 or 41.89% from 549); Blue value is 239 (93.75% from 255 or 43.53% from 549); Max value from RGB is 239 - color contains mainly: blue. Hex color #50E6EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50E6EF is #AF1910. Grayscale: #B9B9B9. Windows color (decimal): -11475217 or 15722064. OLE color: 15722064.

HSL color Cylindrical-coordinate representation of color #50E6EF: hue angle of 183.4º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50E6EF is Cyan = 0.67, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 80 230 239 -
CMYK 0.67 0.04 0 0.06
HSL 183.4º 0.83% 0.63% -
HSV(B) 183.4º 0.67% 0.94% -
XYZ 47.19 64.53 91.63 -
YUV 186.18 157.81 52.27 -
System Red Green Blue C M Y K H S L
Decimal 80 230 239 0.67 0.04 0 0.06 183.4 0.83 0.63
Hex 50 E6 EF 43 4 0 6 B7 53 3F
Octal 120 346 357 103 4 0 6 267 123 77
Binary 1010000 11100110 11101111 1000011 100 0 110 10110111 1010011 111111

Color Harmonies of #50E6EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E6EF

Black with #50E6EF

Text Example


Text Example

White with #50E6EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,230,239); }

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

background-color css

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

 a { background-color: rgb(80,230,239); }

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

border-color css

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

 span { border-color: rgb(80,230,239); }

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