Html Css Color HEX #50E0FE Turquoise Blue

📋 copy color: '#50E0FE'

red 80 ◦ green 224 ◦ blue 254

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

Shades of Turquoise Blue #50E0FE

Tints of Turquoise Blue #50E0FE

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40.14%

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

R = 14.34%
G = 40.14%
B = 45.52%

CMYK

 C value IS 0.69

 M value IS 0.12

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#50E0FE (or 0x50E0FE) is known color: Turquoise Blue. HEX triplet: 50, E0 and FE. RGB value is (80,224,254). Sum of RGB (Red+Green+Blue) = 80+224+254=558 (73% of max value = 765). Red value is 80 (31.64% from 255 or 14.34% from 558); Green value is 224 (87.89% from 255 or 40.14% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #50E0FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50E0FE is #AF1F01. Grayscale: #B8B8B8. Windows color (decimal): -11476738 or 16703568. OLE color: 16703568.

HSL color Cylindrical-coordinate representation of color #50E0FE: hue angle of 190.34º 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 #50E0FE is Cyan = 0.69, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 80 224 254 -
CMYK 0.69 0.12 0 0.00
HSL 190.34º 0.99% 0.65% -
HSV(B) 190.34º 0.69% 1% -
XYZ 47.85 62.17 103.24 -
YUV 184.36 167.29 53.56 -
System Red Green Blue C M Y K H S L
Decimal 80 224 254 0.69 0.12 0 0.00 190.34 0.99 0.65
Hex 50 E0 FE 45 C 0 0 BE 63 41
Octal 120 340 376 105 14 0 0 276 143 101
Binary 1010000 11100000 11111110 1000101 1100 0 0 10111110 1100011 1000001

Color Harmonies of #50E0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E0FE

Black with #50E0FE

Text Example


Text Example

White with #50E0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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