Html Css Color HEX #50D9F9 Turquoise Blue

📋 copy color: '#50D9F9'

red 80 ◦ green 217 ◦ blue 249

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

Shades of Turquoise Blue #50D9F9

Tints of Turquoise Blue #50D9F9

RGB

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

 GREEN value IS 217 (85.16% from 255) = 39.74%

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

R = 14.65%
G = 39.74%
B = 45.6%

CMYK

 C value IS 0.68

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#50D9F9 (or 0x50D9F9) is known color: Turquoise Blue. HEX triplet: 50, D9 and F9. RGB value is (80,217,249). Sum of RGB (Red+Green+Blue) = 80+217+249=546 (72% of max value = 765). Red value is 80 (31.64% from 255 or 14.65% from 546); Green value is 217 (85.16% from 255 or 39.74% from 546); Blue value is 249 (97.66% from 255 or 45.60% from 546); Max value from RGB is 249 - color contains mainly: blue. Hex color #50D9F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50D9F9 is #AF2606. Grayscale: #B3B3B3. Windows color (decimal): -11478535 or 16374096. OLE color: 16374096.

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

Color convert

RGB 80 217 249 -
CMYK 0.68 0.13 0 0.02
HSL 191.36º 0.93% 0.65% -
HSV(B) 191.36º 0.68% 0.98% -
XYZ 45.22 58.17 98.47 -
YUV 179.69 167.11 56.9 -
System Red Green Blue C M Y K H S L
Decimal 80 217 249 0.68 0.13 0 0.02 191.36 0.93 0.65
Hex 50 D9 F9 44 D 0 2 BF 5D 41
Octal 120 331 371 104 15 0 2 277 135 101
Binary 1010000 11011001 11111001 1000100 1101 0 10 10111111 1011101 1000001

Color Harmonies of #50D9F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D9F9

Black with #50D9F9

Text Example


Text Example

White with #50D9F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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