Html Css Color HEX #50DCE6 Turquoise Blue

📋 copy color: '#50DCE6'

red 80 ◦ green 220 ◦ blue 230

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

Shades of Turquoise Blue #50DCE6

Tints of Turquoise Blue #50DCE6

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.51%

 BLUE value IS 230 (90.23% from 255) = 43.4%

R = 15.09%
G = 41.51%
B = 43.4%

CMYK

 C value IS 0.65

 M value IS 0.04

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#50DCE6 (or 0x50DCE6) is known color: Turquoise Blue. HEX triplet: 50, DC and E6. RGB value is (80,220,230). Sum of RGB (Red+Green+Blue) = 80+220+230=530 (70% of max value = 765). Red value is 80 (31.64% from 255 or 15.09% from 530); Green value is 220 (86.33% from 255 or 41.51% from 530); Blue value is 230 (90.23% from 255 or 43.40% from 530); Max value from RGB is 230 - color contains mainly: blue. Hex color #50DCE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50DCE6 is #AF2319. Grayscale: #B3B3B3. Windows color (decimal): -11477786 or 15129680. OLE color: 15129680.

HSL color Cylindrical-coordinate representation of color #50DCE6: hue angle of 184º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50DCE6 is Cyan = 0.65, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 80 220 230 -
CMYK 0.65 0.04 0 0.10
HSL 184º 0.75% 0.61% -
HSV(B) 184º 0.65% 0.9% -
XYZ 43.18 58.61 83.9 -
YUV 179.28 156.62 57.19 -
System Red Green Blue C M Y K H S L
Decimal 80 220 230 0.65 0.04 0 0.10 184 0.75 0.61
Hex 50 DC E6 41 4 0 A B8 4B 3D
Octal 120 334 346 101 4 0 12 270 113 75
Binary 1010000 11011100 11100110 1000001 100 0 1010 10111000 1001011 111101

Color Harmonies of #50DCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DCE6

Black with #50DCE6

Text Example


Text Example

White with #50DCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,220,230); }

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

background-color css

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

 a { background-color: rgb(80,220,230); }

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

border-color css

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

 span { border-color: rgb(80,220,230); }

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