Html Css Color HEX #50D6FD Turquoise Blue

📋 copy color: '#50D6FD'

red 80 ◦ green 214 ◦ blue 253

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

Shades of Turquoise Blue #50D6FD

Tints of Turquoise Blue #50D6FD

RGB

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

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

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

R = 14.63%
G = 39.12%
B = 46.25%

CMYK

 C value IS 0.68

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#50D6FD (or 0x50D6FD) is known color: Turquoise Blue. HEX triplet: 50, D6 and FD. RGB value is (80,214,253). Sum of RGB (Red+Green+Blue) = 80+214+253=547 (72% of max value = 765). Red value is 80 (31.64% from 255 or 14.63% from 547); Green value is 214 (83.98% from 255 or 39.12% from 547); Blue value is 253 (99.22% from 255 or 46.25% from 547); Max value from RGB is 253 - color contains mainly: blue. Hex color #50D6FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50D6FD is #AF2902. Grayscale: #B2B2B2. Windows color (decimal): -11479299 or 16635472. OLE color: 16635472.

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

Color convert

RGB 80 214 253 -
CMYK 0.68 0.15 0 0.01
HSL 193.53º 0.98% 0.65% -
HSV(B) 193.53º 0.68% 0.99% -
XYZ 45.08 56.89 101.53 -
YUV 178.38 170.11 57.83 -
System Red Green Blue C M Y K H S L
Decimal 80 214 253 0.68 0.15 0 0.01 193.53 0.98 0.65
Hex 50 D6 FD 44 F 0 1 C2 62 41
Octal 120 326 375 104 17 0 1 302 142 101
Binary 1010000 11010110 11111101 1000100 1111 0 1 11000010 1100010 1000001

Color Harmonies of #50D6FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D6FD

Black with #50D6FD

Text Example


Text Example

White with #50D6FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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