Html Css Color HEX #50FDDF Turquoise

📋 copy color: '#50FDDF'

red 80 ◦ green 253 ◦ blue 223

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

Shades of Turquoise #50FDDF

Tints of Turquoise #50FDDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.11%

R = 14.39%
G = 45.5%
B = 40.11%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#50FDDF (or 0x50FDDF) is known color: Turquoise. HEX triplet: 50, FD and DF. RGB value is (80,253,223). Sum of RGB (Red+Green+Blue) = 80+253+223=556 (73% of max value = 765). Red value is 80 (31.64% from 255 or 14.39% from 556); Green value is 253 (99.22% from 255 or 45.50% from 556); Blue value is 223 (87.5% from 255 or 40.11% from 556); Max value from RGB is 253 - color contains mainly: green. Hex color #50FDDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50FDDF is #AF0220. Grayscale: #C5C5C5. Windows color (decimal): -11469345 or 14679376. OLE color: 14679376.

HSL color Cylindrical-coordinate representation of color #50FDDF: hue angle of 169.6º 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 #50FDDF is Cyan = 0.68, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 80 253 223 -
CMYK 0.68 0 0.12 0.01
HSL 169.6º 0.98% 0.65% -
HSV(B) 169.6º 0.68% 0.99% -
XYZ 51.75 77.28 82 -
YUV 197.85 142.19 43.94 -
System Red Green Blue C M Y K H S L
Decimal 80 253 223 0.68 0 0.12 0.01 169.6 0.98 0.65
Hex 50 FD DF 44 0 C 1 AA 62 41
Octal 120 375 337 104 0 14 1 252 142 101
Binary 1010000 11111101 11011111 1000100 0 1100 1 10101010 1100010 1000001

Color Harmonies of #50FDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FDDF

Black with #50FDDF

Text Example


Text Example

White with #50FDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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