Html Css Color HEX #50D5FD Turquoise Blue

📋 copy color: '#50D5FD'

red 80 ◦ green 213 ◦ blue 253

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

Shades of Turquoise Blue #50D5FD

Tints of Turquoise Blue #50D5FD

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.01%

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

R = 14.65%
G = 39.01%
B = 46.34%

CMYK

 C value IS 0.68

 M value IS 0.16

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#50D5FD (or 0x50D5FD) is known color: Turquoise Blue. HEX triplet: 50, D5 and FD. RGB value is (80,213,253). Sum of RGB (Red+Green+Blue) = 80+213+253=546 (72% of max value = 765). Red value is 80 (31.64% from 255 or 14.65% from 546); Green value is 213 (83.59% from 255 or 39.01% from 546); Blue value is 253 (99.22% from 255 or 46.34% from 546); Max value from RGB is 253 - color contains mainly: blue. Hex color #50D5FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50D5FD is #AF2A02. Grayscale: #B1B1B1. Windows color (decimal): -11479555 or 16635216. OLE color: 16635216.

HSL color Cylindrical-coordinate representation of color #50D5FD: hue angle of 193.87º 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 #50D5FD is Cyan = 0.68, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 80 213 253 -
CMYK 0.68 0.16 0 0.01
HSL 193.87º 0.98% 0.65% -
HSV(B) 193.87º 0.68% 0.99% -
XYZ 44.83 56.39 101.45 -
YUV 177.79 170.44 58.25 -
System Red Green Blue C M Y K H S L
Decimal 80 213 253 0.68 0.16 0 0.01 193.87 0.98 0.65
Hex 50 D5 FD 44 10 0 1 C2 62 41
Octal 120 325 375 104 20 0 1 302 142 101
Binary 1010000 11010101 11111101 1000100 10000 0 1 11000010 1100010 1000001

Color Harmonies of #50D5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D5FD

Black with #50D5FD

Text Example


Text Example

White with #50D5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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