Html Css Color HEX #50DBFB Turquoise Blue

📋 copy color: '#50DBFB'

red 80 ◦ green 219 ◦ blue 251

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

Shades of Turquoise Blue #50DBFB

Tints of Turquoise Blue #50DBFB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.82%

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

R = 14.55%
G = 39.82%
B = 45.64%

CMYK

 C value IS 0.68

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#50DBFB (or 0x50DBFB) is known color: Turquoise Blue. HEX triplet: 50, DB and FB. RGB value is (80,219,251). Sum of RGB (Red+Green+Blue) = 80+219+251=550 (72% of max value = 765). Red value is 80 (31.64% from 255 or 14.55% from 550); Green value is 219 (85.94% from 255 or 39.82% from 550); Blue value is 251 (98.44% from 255 or 45.64% from 550); Max value from RGB is 251 - color contains mainly: blue. Hex color #50DBFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50DBFB is #AF2404. Grayscale: #B4B4B4. Windows color (decimal): -11478021 or 16505680. OLE color: 16505680.

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

Color convert

RGB 80 219 251 -
CMYK 0.68 0.13 0 0.02
HSL 191.23º 0.96% 0.65% -
HSV(B) 191.23º 0.68% 0.98% -
XYZ 46.05 59.33 100.29 -
YUV 181.09 167.45 55.9 -
System Red Green Blue C M Y K H S L
Decimal 80 219 251 0.68 0.13 0 0.02 191.23 0.96 0.65
Hex 50 DB FB 44 D 0 2 BF 60 41
Octal 120 333 373 104 15 0 2 277 140 101
Binary 1010000 11011011 11111011 1000100 1101 0 10 10111111 1100000 1000001

Color Harmonies of #50DBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DBFB

Black with #50DBFB

Text Example


Text Example

White with #50DBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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