Html Css Color HEX #50D6FE Turquoise Blue

📋 copy color: '#50D6FE'

red 80 ◦ green 214 ◦ blue 254

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

Shades of Turquoise Blue #50D6FE

Tints of Turquoise Blue #50D6FE

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.05%

 BLUE value IS 254 (99.61% from 255) = 46.35%

R = 14.6%
G = 39.05%
B = 46.35%

CMYK

 C value IS 0.69

 M value IS 0.16

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#50D6FE (or 0x50D6FE) is known color: Turquoise Blue. HEX triplet: 50, D6 and FE. RGB value is (80,214,254). Sum of RGB (Red+Green+Blue) = 80+214+254=548 (72% of max value = 765). Red value is 80 (31.64% from 255 or 14.60% from 548); Green value is 214 (83.98% from 255 or 39.05% from 548); Blue value is 254 (99.61% from 255 or 46.35% from 548); Max value from RGB is 254 - color contains mainly: blue. Hex color #50D6FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50D6FE is #AF2901. Grayscale: #B2B2B2. Windows color (decimal): -11479298 or 16701008. OLE color: 16701008.

HSL color Cylindrical-coordinate representation of color #50D6FE: hue angle of 193.79º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50D6FE is Cyan = 0.69, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 80 214 254 -
CMYK 0.69 0.16 0 0.00
HSL 193.79º 0.99% 0.65% -
HSV(B) 193.79º 0.69% 1% -
XYZ 45.24 56.95 102.37 -
YUV 178.49 170.61 57.75 -
System Red Green Blue C M Y K H S L
Decimal 80 214 254 0.69 0.16 0 0.00 193.79 0.99 0.65
Hex 50 D6 FE 45 10 0 0 C2 63 41
Octal 120 326 376 105 20 0 0 302 143 101
Binary 1010000 11010110 11111110 1000101 10000 0 0 11000010 1100011 1000001

Color Harmonies of #50D6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D6FE

Black with #50D6FE

Text Example


Text Example

White with #50D6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,214,254); }

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

background-color css

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

 a { background-color: rgb(80,214,254); }

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

border-color css

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

 span { border-color: rgb(80,214,254); }

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