Html Css Color HEX #50D4EB Turquoise Blue

📋 copy color: '#50D4EB'

red 80 ◦ green 212 ◦ blue 235

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

Shades of Turquoise Blue #50D4EB

Tints of Turquoise Blue #50D4EB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.23%

 BLUE value IS 235 (92.19% from 255) = 44.59%

R = 15.18%
G = 40.23%
B = 44.59%

CMYK

 C value IS 0.66

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#50D4EB (or 0x50D4EB) is known color: Turquoise Blue. HEX triplet: 50, D4 and EB. RGB value is (80,212,235). Sum of RGB (Red+Green+Blue) = 80+212+235=527 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.18% from 527); Green value is 212 (83.20% from 255 or 40.23% from 527); Blue value is 235 (92.19% from 255 or 44.59% from 527); Max value from RGB is 235 - color contains mainly: blue. Hex color #50D4EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50D4EB is #AF2B14. Grayscale: #AEAEAE. Windows color (decimal): -11479829 or 15455312. OLE color: 15455312.

HSL color Cylindrical-coordinate representation of color #50D4EB: hue angle of 188.9º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50D4EB is Cyan = 0.66, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 80 212 235 -
CMYK 0.66 0.10 0 0.08
HSL 188.9º 0.79% 0.62% -
HSV(B) 188.9º 0.66% 0.92% -
XYZ 41.85 54.79 86.97 -
YUV 175.15 161.77 60.13 -
System Red Green Blue C M Y K H S L
Decimal 80 212 235 0.66 0.10 0 0.08 188.9 0.79 0.62
Hex 50 D4 EB 42 A 0 8 BD 4F 3E
Octal 120 324 353 102 12 0 10 275 117 76
Binary 1010000 11010100 11101011 1000010 1010 0 1000 10111101 1001111 111110

Color Harmonies of #50D4EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D4EB

Black with #50D4EB

Text Example


Text Example

White with #50D4EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,212,235); }

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

background-color css

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

 a { background-color: rgb(80,212,235); }

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

border-color css

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

 span { border-color: rgb(80,212,235); }

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