Html Css Color HEX #50D3EB Turquoise Blue

📋 copy color: '#50D3EB'

red 80 ◦ green 211 ◦ blue 235

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

Shades of Turquoise Blue #50D3EB

Tints of Turquoise Blue #50D3EB

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.11%

 BLUE value IS 235 (92.19% from 255) = 44.68%

R = 15.21%
G = 40.11%
B = 44.68%

CMYK

 C value IS 0.66

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#50D3EB (or 0x50D3EB) is known color: Turquoise Blue. HEX triplet: 50, D3 and EB. RGB value is (80,211,235). Sum of RGB (Red+Green+Blue) = 80+211+235=526 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.21% from 526); Green value is 211 (82.81% from 255 or 40.11% from 526); Blue value is 235 (92.19% from 255 or 44.68% from 526); Max value from RGB is 235 - color contains mainly: blue. Hex color #50D3EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50D3EB is #AF2C14. Grayscale: #AEAEAE. Windows color (decimal): -11480085 or 15455056. OLE color: 15455056.

HSL color Cylindrical-coordinate representation of color #50D3EB: hue angle of 189.29º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50D3EB is Cyan = 0.66, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 80 211 235 -
CMYK 0.66 0.10 0 0.08
HSL 189.29º 0.79% 0.62% -
HSV(B) 189.29º 0.66% 0.92% -
XYZ 41.6 54.29 86.88 -
YUV 174.57 162.1 60.55 -
System Red Green Blue C M Y K H S L
Decimal 80 211 235 0.66 0.10 0 0.08 189.29 0.79 0.62
Hex 50 D3 EB 42 A 0 8 BD 4F 3E
Octal 120 323 353 102 12 0 10 275 117 76
Binary 1010000 11010011 11101011 1000010 1010 0 1000 10111101 1001111 111110

Color Harmonies of #50D3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D3EB

Black with #50D3EB

Text Example


Text Example

White with #50D3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,211,235); }

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

background-color css

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

 a { background-color: rgb(80,211,235); }

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

border-color css

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

 span { border-color: rgb(80,211,235); }

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