Html Css Color HEX #50E5FD Turquoise Blue

📋 copy color: '#50E5FD'

red 80 ◦ green 229 ◦ blue 253

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

Shades of Turquoise Blue #50E5FD

Tints of Turquoise Blue #50E5FD

RGB

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

 GREEN value IS 229 (89.84% from 255) = 40.75%

 BLUE value IS 253 (99.22% from 255) = 45.02%

R = 14.23%
G = 40.75%
B = 45.02%

CMYK

 C value IS 0.68

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#50E5FD (or 0x50E5FD) is known color: Turquoise Blue. HEX triplet: 50, E5 and FD. RGB value is (80,229,253). Sum of RGB (Red+Green+Blue) = 80+229+253=562 (74% of max value = 765). Red value is 80 (31.64% from 255 or 14.23% from 562); Green value is 229 (89.84% from 255 or 40.75% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #50E5FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50E5FD is #AF1A02. Grayscale: #BABABA. Windows color (decimal): -11475459 or 16639312. OLE color: 16639312.

HSL color Cylindrical-coordinate representation of color #50E5FD: hue angle of 188.32º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50E5FD is Cyan = 0.68, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 80 229 253 -
CMYK 0.68 0.09 0 0.01
HSL 188.32º 0.98% 0.65% -
HSV(B) 188.32º 0.68% 0.99% -
XYZ 49.06 64.84 102.86 -
YUV 187.19 165.14 51.55 -
System Red Green Blue C M Y K H S L
Decimal 80 229 253 0.68 0.09 0 0.01 188.32 0.98 0.65
Hex 50 E5 FD 44 9 0 1 BC 62 41
Octal 120 345 375 104 11 0 1 274 142 101
Binary 1010000 11100101 11111101 1000100 1001 0 1 10111100 1100010 1000001

Color Harmonies of #50E5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E5FD

Black with #50E5FD

Text Example


Text Example

White with #50E5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,229,253); }

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

background-color css

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

 a { background-color: rgb(80,229,253); }

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

border-color css

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

 span { border-color: rgb(80,229,253); }

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