Html Css Color HEX #50DAFD Turquoise Blue

📋 copy color: '#50DAFD'

red 80 ◦ green 218 ◦ blue 253

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

Shades of Turquoise Blue #50DAFD

Tints of Turquoise Blue #50DAFD

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39.56%

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

R = 14.52%
G = 39.56%
B = 45.92%

CMYK

 C value IS 0.68

 M value IS 0.14

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#50DAFD (or 0x50DAFD) is known color: Turquoise Blue. HEX triplet: 50, DA and FD. RGB value is (80,218,253). Sum of RGB (Red+Green+Blue) = 80+218+253=551 (72% of max value = 765). Red value is 80 (31.64% from 255 or 14.52% from 551); Green value is 218 (85.55% from 255 or 39.56% from 551); Blue value is 253 (99.22% from 255 or 45.92% from 551); Max value from RGB is 253 - color contains mainly: blue. Hex color #50DAFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50DAFD is #AF2502. Grayscale: #B4B4B4. Windows color (decimal): -11478275 or 16636496. OLE color: 16636496.

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

Color convert

RGB 80 218 253 -
CMYK 0.68 0.14 0 0.01
HSL 192.14º 0.98% 0.65% -
HSV(B) 192.14º 0.68% 0.99% -
XYZ 46.11 58.94 101.87 -
YUV 180.73 168.78 56.15 -
System Red Green Blue C M Y K H S L
Decimal 80 218 253 0.68 0.14 0 0.01 192.14 0.98 0.65
Hex 50 DA FD 44 E 0 1 C0 62 41
Octal 120 332 375 104 16 0 1 300 142 101
Binary 1010000 11011010 11111101 1000100 1110 0 1 11000000 1100010 1000001

Color Harmonies of #50DAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DAFD

Black with #50DAFD

Text Example


Text Example

White with #50DAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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