Html Css Color HEX #50DFCD Turquoise

📋 copy color: '#50DFCD'

red 80 ◦ green 223 ◦ blue 205

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

Shades of Turquoise #50DFCD

Tints of Turquoise #50DFCD

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.9%

 BLUE value IS 205 (80.47% from 255) = 40.35%

R = 15.75%
G = 43.9%
B = 40.35%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#50DFCD (or 0x50DFCD) is known color: Turquoise. HEX triplet: 50, DF and CD. RGB value is (80,223,205). Sum of RGB (Red+Green+Blue) = 80+223+205=508 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.75% from 508); Green value is 223 (87.5% from 255 or 43.90% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 223 - color contains mainly: green. Hex color #50DFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50DFCD is #AF2032. Grayscale: #B2B2B2. Windows color (decimal): -11477043 or 13492048. OLE color: 13492048.

HSL color Cylindrical-coordinate representation of color #50DFCD: hue angle of 172.45º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50DFCD is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 223 205 -
CMYK 0.64 0 0.08 0.13
HSL 172.45º 0.69% 0.59% -
HSV(B) 172.45º 0.64% 0.87% -
XYZ 40.72 58.89 66.98 -
YUV 178.19 143.12 57.96 -
System Red Green Blue C M Y K H S L
Decimal 80 223 205 0.64 0 0.08 0.13 172.45 0.69 0.59
Hex 50 DF CD 40 0 8 D AC 45 3B
Octal 120 337 315 100 0 10 15 254 105 73
Binary 1010000 11011111 11001101 1000000 0 1000 1101 10101100 1000101 111011

Color Harmonies of #50DFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DFCD

Black with #50DFCD

Text Example


Text Example

White with #50DFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,223,205); }

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

background-color css

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

 a { background-color: rgb(80,223,205); }

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

border-color css

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

 span { border-color: rgb(80,223,205); }

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