Html Css Color HEX #50DDFB Turquoise Blue

📋 copy color: '#50DDFB'

red 80 ◦ green 221 ◦ blue 251

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

Shades of Turquoise Blue #50DDFB

Tints of Turquoise Blue #50DDFB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.04%

 BLUE value IS 251 (98.44% from 255) = 45.47%

R = 14.49%
G = 40.04%
B = 45.47%

CMYK

 C value IS 0.68

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#50DDFB (or 0x50DDFB) is known color: Turquoise Blue. HEX triplet: 50, DD and FB. RGB value is (80,221,251). Sum of RGB (Red+Green+Blue) = 80+221+251=552 (73% of max value = 765). Red value is 80 (31.64% from 255 or 14.49% from 552); Green value is 221 (86.72% from 255 or 40.04% from 552); Blue value is 251 (98.44% from 255 or 45.47% from 552); Max value from RGB is 251 - color contains mainly: blue. Hex color #50DDFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50DDFB is #AF2204. Grayscale: #B6B6B6. Windows color (decimal): -11477509 or 16506192. OLE color: 16506192.

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

Color convert

RGB 80 221 251 -
CMYK 0.68 0.12 0 0.02
HSL 190.53º 0.96% 0.65% -
HSV(B) 190.53º 0.68% 0.98% -
XYZ 46.58 60.38 100.47 -
YUV 182.26 166.79 55.06 -
System Red Green Blue C M Y K H S L
Decimal 80 221 251 0.68 0.12 0 0.02 190.53 0.96 0.65
Hex 50 DD FB 44 C 0 2 BF 60 41
Octal 120 335 373 104 14 0 2 277 140 101
Binary 1010000 11011101 11111011 1000100 1100 0 10 10111111 1100000 1000001

Color Harmonies of #50DDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DDFB

Black with #50DDFB

Text Example


Text Example

White with #50DDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,221,251); }

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

background-color css

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

 a { background-color: rgb(80,221,251); }

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

border-color css

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

 span { border-color: rgb(80,221,251); }

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