Html Css Color HEX #50D4EF Turquoise Blue

📋 copy color: '#50D4EF'

red 80 ◦ green 212 ◦ blue 239

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

Shades of Turquoise Blue #50D4EF

Tints of Turquoise Blue #50D4EF

RGB

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

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

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

R = 15.07%
G = 39.92%
B = 45.01%

CMYK

 C value IS 0.67

 M value IS 0.11

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#50D4EF (or 0x50D4EF) is known color: Turquoise Blue. HEX triplet: 50, D4 and EF. RGB value is (80,212,239). Sum of RGB (Red+Green+Blue) = 80+212+239=531 (70% of max value = 765). Red value is 80 (31.64% from 255 or 15.07% from 531); Green value is 212 (83.20% from 255 or 39.92% from 531); Blue value is 239 (93.75% from 255 or 45.01% from 531); Max value from RGB is 239 - color contains mainly: blue. Hex color #50D4EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50D4EF is #AF2B10. Grayscale: #AFAFAF. Windows color (decimal): -11479825 or 15717456. OLE color: 15717456.

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

Color convert

RGB 80 212 239 -
CMYK 0.67 0.11 0 0.06
HSL 190.19º 0.83% 0.63% -
HSV(B) 190.19º 0.67% 0.94% -
XYZ 42.43 55.02 90.05 -
YUV 175.61 163.77 59.8 -
System Red Green Blue C M Y K H S L
Decimal 80 212 239 0.67 0.11 0 0.06 190.19 0.83 0.63
Hex 50 D4 EF 43 B 0 6 BE 53 3F
Octal 120 324 357 103 13 0 6 276 123 77
Binary 1010000 11010100 11101111 1000011 1011 0 110 10111110 1010011 111111

Color Harmonies of #50D4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D4EF

Black with #50D4EF

Text Example


Text Example

White with #50D4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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