Html Css Color HEX #50CFC4 Medium Turquoise

📋 copy color: '#50CFC4'

red 80 ◦ green 207 ◦ blue 196

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

Shades of Medium Turquoise #50CFC4

Tints of Medium Turquoise #50CFC4

RGB

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

 GREEN value IS 207 (81.25% from 255) = 42.86%

 BLUE value IS 196 (76.95% from 255) = 40.58%

R = 16.56%
G = 42.86%
B = 40.58%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#50CFC4 (or 0x50CFC4) is known color: Medium Turquoise. HEX triplet: 50, CF and C4. RGB value is (80,207,196). Sum of RGB (Red+Green+Blue) = 80+207+196=483 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.56% from 483); Green value is 207 (81.25% from 255 or 42.86% from 483); Blue value is 196 (76.95% from 255 or 40.58% from 483); Max value from RGB is 207 - color contains mainly: green. Hex color #50CFC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CFC4 is #AF303B. Grayscale: #A7A7A7. Windows color (decimal): -11481148 or 12898128. OLE color: 12898128.

HSL color Cylindrical-coordinate representation of color #50CFC4: hue angle of 174.8º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50CFC4 is Cyan = 0.61, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB 80 207 196 -
CMYK 0.61 0 0.05 0.19
HSL 174.8º 0.57% 0.56% -
HSV(B) 174.8º 0.61% 0.81% -
XYZ 35.58 50.32 60.06 -
YUV 167.77 143.92 65.39 -
System Red Green Blue C M Y K H S L
Decimal 80 207 196 0.61 0 0.05 0.19 174.8 0.57 0.56
Hex 50 CF C4 3D 0 5 13 AF 39 38
Octal 120 317 304 75 0 5 23 257 71 70
Binary 1010000 11001111 11000100 111101 0 101 10011 10101111 111001 111000

Color Harmonies of #50CFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CFC4

Black with #50CFC4

Text Example


Text Example

White with #50CFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,207,196); }

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

background-color css

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

 a { background-color: rgb(80,207,196); }

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

border-color css

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

 span { border-color: rgb(80,207,196); }

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