Html Css Color HEX #50DDEB Turquoise Blue

📋 copy color: '#50DDEB'

red 80 ◦ green 221 ◦ blue 235

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

Shades of Turquoise Blue #50DDEB

Tints of Turquoise Blue #50DDEB

RGB

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

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

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

R = 14.93%
G = 41.23%
B = 43.84%

CMYK

 C value IS 0.66

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#50DDEB (or 0x50DDEB) is known color: Turquoise Blue. HEX triplet: 50, DD and EB. RGB value is (80,221,235). Sum of RGB (Red+Green+Blue) = 80+221+235=536 (70% of max value = 765). Red value is 80 (31.64% from 255 or 14.93% from 536); Green value is 221 (86.72% from 255 or 41.23% from 536); Blue value is 235 (92.19% from 255 or 43.84% from 536); Max value from RGB is 235 - color contains mainly: blue. Hex color #50DDEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50DDEB is #AF2214. Grayscale: #B4B4B4. Windows color (decimal): -11477525 or 15457616. OLE color: 15457616.

HSL color Cylindrical-coordinate representation of color #50DDEB: hue angle of 185.42º 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 #50DDEB is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 80 221 235 -
CMYK 0.66 0.06 0 0.08
HSL 185.42º 0.79% 0.62% -
HSV(B) 185.42º 0.66% 0.92% -
XYZ 44.16 59.42 87.74 -
YUV 180.44 158.79 56.36 -
System Red Green Blue C M Y K H S L
Decimal 80 221 235 0.66 0.06 0 0.08 185.42 0.79 0.62
Hex 50 DD EB 42 6 0 8 B9 4F 3E
Octal 120 335 353 102 6 0 10 271 117 76
Binary 1010000 11011101 11101011 1000010 110 0 1000 10111001 1001111 111110

Color Harmonies of #50DDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DDEB

Black with #50DDEB

Text Example


Text Example

White with #50DDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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