Html Css Color HEX #50D4FA Turquoise Blue

📋 copy color: '#50D4FA'

red 80 ◦ green 212 ◦ blue 250

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

Shades of Turquoise Blue #50D4FA

Tints of Turquoise Blue #50D4FA

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.11%

 BLUE value IS 250 (98.05% from 255) = 46.13%

R = 14.76%
G = 39.11%
B = 46.13%

CMYK

 C value IS 0.68

 M value IS 0.15

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#50D4FA (or 0x50D4FA) is known color: Turquoise Blue. HEX triplet: 50, D4 and FA. RGB value is (80,212,250). Sum of RGB (Red+Green+Blue) = 80+212+250=542 (71% of max value = 765). Red value is 80 (31.64% from 255 or 14.76% from 542); Green value is 212 (83.20% from 255 or 39.11% from 542); Blue value is 250 (98.05% from 255 or 46.13% from 542); Max value from RGB is 250 - color contains mainly: blue. Hex color #50D4FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50D4FA is #AF2B05. Grayscale: #B0B0B0. Windows color (decimal): -11479814 or 16438352. OLE color: 16438352.

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

Color convert

RGB 80 212 250 -
CMYK 0.68 0.15 0 0.02
HSL 193.41º 0.94% 0.65% -
HSV(B) 193.41º 0.68% 0.98% -
XYZ 44.11 55.69 98.87 -
YUV 176.86 169.27 58.91 -
System Red Green Blue C M Y K H S L
Decimal 80 212 250 0.68 0.15 0 0.02 193.41 0.94 0.65
Hex 50 D4 FA 44 F 0 2 C1 5E 41
Octal 120 324 372 104 17 0 2 301 136 101
Binary 1010000 11010100 11111010 1000100 1111 0 10 11000001 1011110 1000001

Color Harmonies of #50D4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D4FA

Black with #50D4FA

Text Example


Text Example

White with #50D4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,212,250); }

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

background-color css

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

 a { background-color: rgb(80,212,250); }

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

border-color css

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

 span { border-color: rgb(80,212,250); }

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