Html Css Color HEX #50DDF9 Turquoise Blue

📋 copy color: '#50DDF9'

red 80 ◦ green 221 ◦ blue 249

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

Shades of Turquoise Blue #50DDF9

Tints of Turquoise Blue #50DDF9

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.18%

 BLUE value IS 249 (97.66% from 255) = 45.27%

R = 14.55%
G = 40.18%
B = 45.27%

CMYK

 C value IS 0.68

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#50DDF9 (or 0x50DDF9) is known color: Turquoise Blue. HEX triplet: 50, DD and F9. RGB value is (80,221,249). Sum of RGB (Red+Green+Blue) = 80+221+249=550 (72% of max value = 765). Red value is 80 (31.64% from 255 or 14.55% from 550); Green value is 221 (86.72% from 255 or 40.18% from 550); Blue value is 249 (97.66% from 255 or 45.27% from 550); Max value from RGB is 249 - color contains mainly: blue. Hex color #50DDF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50DDF9 is #AF2206. Grayscale: #B5B5B5. Windows color (decimal): -11477511 or 16375120. OLE color: 16375120.

HSL color Cylindrical-coordinate representation of color #50DDF9: hue angle of 189.94º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50DDF9 is Cyan = 0.68, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 80 221 249 -
CMYK 0.68 0.11 0 0.02
HSL 189.94º 0.93% 0.65% -
HSV(B) 189.94º 0.68% 0.98% -
XYZ 46.26 60.26 98.82 -
YUV 182.03 165.79 55.22 -
System Red Green Blue C M Y K H S L
Decimal 80 221 249 0.68 0.11 0 0.02 189.94 0.93 0.65
Hex 50 DD F9 44 B 0 2 BE 5D 41
Octal 120 335 371 104 13 0 2 276 135 101
Binary 1010000 11011101 11111001 1000100 1011 0 10 10111110 1011101 1000001

Color Harmonies of #50DDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DDF9

Black with #50DDF9

Text Example


Text Example

White with #50DDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,221,249); }

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

background-color css

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

 a { background-color: rgb(80,221,249); }

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

border-color css

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

 span { border-color: rgb(80,221,249); }

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