Html Css Color HEX #50D2EF Turquoise Blue

📋 copy color: '#50D2EF'

red 80 ◦ green 210 ◦ blue 239

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

Shades of Turquoise Blue #50D2EF

Tints of Turquoise Blue #50D2EF

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.7%

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

R = 15.12%
G = 39.7%
B = 45.18%

CMYK

 C value IS 0.67

 M value IS 0.12

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#50D2EF (or 0x50D2EF) is known color: Turquoise Blue. HEX triplet: 50, D2 and EF. RGB value is (80,210,239). Sum of RGB (Red+Green+Blue) = 80+210+239=529 (70% of max value = 765). Red value is 80 (31.64% from 255 or 15.12% from 529); Green value is 210 (82.42% from 255 or 39.70% from 529); Blue value is 239 (93.75% from 255 or 45.18% from 529); Max value from RGB is 239 - color contains mainly: blue. Hex color #50D2EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50D2EF is #AF2D10. Grayscale: #AEAEAE. Windows color (decimal): -11480337 or 15716944. OLE color: 15716944.

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

Color convert

RGB 80 210 239 -
CMYK 0.67 0.12 0 0.06
HSL 190.94º 0.83% 0.63% -
HSV(B) 190.94º 0.67% 0.94% -
XYZ 41.93 54.03 89.88 -
YUV 174.44 164.43 60.64 -
System Red Green Blue C M Y K H S L
Decimal 80 210 239 0.67 0.12 0 0.06 190.94 0.83 0.63
Hex 50 D2 EF 43 C 0 6 BF 53 3F
Octal 120 322 357 103 14 0 6 277 123 77
Binary 1010000 11010010 11101111 1000011 1100 0 110 10111111 1010011 111111

Color Harmonies of #50D2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D2EF

Black with #50D2EF

Text Example


Text Example

White with #50D2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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