Html Css Color HEX #50DEF9 Turquoise Blue

📋 copy color: '#50DEF9'

red 80 ◦ green 222 ◦ blue 249

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

Shades of Turquoise Blue #50DEF9

Tints of Turquoise Blue #50DEF9

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.29%

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

R = 14.52%
G = 40.29%
B = 45.19%

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

#50DEF9 (or 0x50DEF9) is known color: Turquoise Blue. HEX triplet: 50, DE and F9. RGB value is (80,222,249). Sum of RGB (Red+Green+Blue) = 80+222+249=551 (72% of max value = 765). Red value is 80 (31.64% from 255 or 14.52% from 551); Green value is 222 (87.11% from 255 or 40.29% from 551); Blue value is 249 (97.66% from 255 or 45.19% from 551); Max value from RGB is 249 - color contains mainly: blue. Hex color #50DEF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50DEF9 is #AF2106. Grayscale: #B6B6B6. Windows color (decimal): -11477255 or 16375376. OLE color: 16375376.

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

Color convert

RGB 80 222 249 -
CMYK 0.68 0.11 0 0.02
HSL 189.59º 0.93% 0.65% -
HSV(B) 189.59º 0.68% 0.98% -
XYZ 46.53 60.79 98.9 -
YUV 182.62 165.46 54.8 -
System Red Green Blue C M Y K H S L
Decimal 80 222 249 0.68 0.11 0 0.02 189.59 0.93 0.65
Hex 50 DE F9 44 B 0 2 BE 5D 41
Octal 120 336 371 104 13 0 2 276 135 101
Binary 1010000 11011110 11111001 1000100 1011 0 10 10111110 1011101 1000001

Color Harmonies of #50DEF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DEF9

Black with #50DEF9

Text Example


Text Example

White with #50DEF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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