Html Css Color HEX #50D9F7 Turquoise Blue

📋 copy color: '#50D9F7'

red 80 ◦ green 217 ◦ blue 247

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

Shades of Turquoise Blue #50D9F7

Tints of Turquoise Blue #50D9F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 45.4%

R = 14.71%
G = 39.89%
B = 45.4%

CMYK

 C value IS 0.68

 M value IS 0.12

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#50D9F7 (or 0x50D9F7) is known color: Turquoise Blue. HEX triplet: 50, D9 and F7. RGB value is (80,217,247). Sum of RGB (Red+Green+Blue) = 80+217+247=544 (72% of max value = 765). Red value is 80 (31.64% from 255 or 14.71% from 544); Green value is 217 (85.16% from 255 or 39.89% from 544); Blue value is 247 (96.88% from 255 or 45.40% from 544); Max value from RGB is 247 - color contains mainly: blue. Hex color #50D9F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50D9F7 is #AF2608. Grayscale: #B3B3B3. Windows color (decimal): -11478537 or 16243024. OLE color: 16243024.

HSL color Cylindrical-coordinate representation of color #50D9F7: hue angle of 190.78º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50D9F7 is Cyan = 0.68, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 80 217 247 -
CMYK 0.68 0.12 0 0.03
HSL 190.78º 0.91% 0.64% -
HSV(B) 190.78º 0.68% 0.97% -
XYZ 44.91 58.05 96.83 -
YUV 179.46 166.11 57.06 -
System Red Green Blue C M Y K H S L
Decimal 80 217 247 0.68 0.12 0 0.03 190.78 0.91 0.64
Hex 50 D9 F7 44 C 0 3 BF 5B 40
Octal 120 331 367 104 14 0 3 277 133 100
Binary 1010000 11011001 11110111 1000100 1100 0 11 10111111 1011011 1000000

Color Harmonies of #50D9F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D9F7

Black with #50D9F7

Text Example


Text Example

White with #50D9F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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