Html Css Color HEX #50FDCD Turquoise

📋 copy color: '#50FDCD'

red 80 ◦ green 253 ◦ blue 205

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

Shades of Turquoise #50FDCD

Tints of Turquoise #50FDCD

RGB

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

 GREEN value IS 253 (99.22% from 255) = 47.03%

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

R = 14.87%
G = 47.03%
B = 38.1%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#50FDCD (or 0x50FDCD) is known color: Turquoise. HEX triplet: 50, FD and CD. RGB value is (80,253,205). Sum of RGB (Red+Green+Blue) = 80+253+205=538 (71% of max value = 765). Red value is 80 (31.64% from 255 or 14.87% from 538); Green value is 253 (99.22% from 255 or 47.03% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 253 - color contains mainly: green. Hex color #50FDCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50FDCD is #AF0232. Grayscale: #C3C3C3. Windows color (decimal): -11469363 or 13499728. OLE color: 13499728.

HSL color Cylindrical-coordinate representation of color #50FDCD: hue angle of 163.35º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50FDCD is Cyan = 0.68, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 80 253 205 -
CMYK 0.68 0 0.19 0.01
HSL 163.35º 0.98% 0.65% -
HSV(B) 163.35º 0.68% 0.99% -
XYZ 49.45 76.36 69.89 -
YUV 195.8 133.19 45.4 -
System Red Green Blue C M Y K H S L
Decimal 80 253 205 0.68 0 0.19 0.01 163.35 0.98 0.65
Hex 50 FD CD 44 0 13 1 A3 62 41
Octal 120 375 315 104 0 23 1 243 142 101
Binary 1010000 11111101 11001101 1000100 0 10011 1 10100011 1100010 1000001

Color Harmonies of #50FDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FDCD

Black with #50FDCD

Text Example


Text Example

White with #50FDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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